Html Css Color HEX #0D7C24 Forest Green

📋 copy color: '#0D7C24'

red 13 ◦ green 124 ◦ blue 36

#0D7C24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0D7C24

Tints of Forest Green #0D7C24

RGB

 RED value IS 13 (5.47% from 255) = 7.51%

 GREEN value IS 124 (48.83% from 255) = 71.68%

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 7.51%
G = 71.68%
B = 20.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0D7C24 (or 0x0D7C24) is known color: Forest Green. HEX triplet: 0D, 7C and 24. RGB value is (13,124,36). Sum of RGB (Red+Green+Blue) = 13+124+36=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 124 (48.83% from 255 or 71.68% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C24 is #F283DB. Grayscale: #515151. Windows color (decimal): -15893468 or 2391053. OLE color: 2391053.

HSL color Cylindrical-coordinate representation of color #0D7C24: hue angle of 132.43º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C24 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 124 36 -
CMYK 0.90 0 0.71 0.51
HSL 132.43º 0.81% 0.27% -
HSV(B) 132.43º 0.9% 0.49% -
XYZ 7.69 14.63 4.09 -
YUV 80.78 102.73 79.66 -
System Red Green Blue C M Y K H S L
Decimal 13 124 36 0.90 0 0.71 0.51 132.43 0.81 0.27
Hex D 7C 24 5A 0 47 33 84 51 1B
Octal 15 174 44 132 0 107 63 204 121 33
Binary 1101 1111100 100100 1011010 0 1000111 110011 10000100 1010001 11011

Color Harmonies of #0D7C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7C24

Black with #0D7C24

Text Example


Text Example

White with #0D7C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7C24; }

 p { color: rgb(13,124,36); }

 H1.HeaderClassName
 {
   color: #0D7C24;
 }
 .AnyTagClassName
 {
   color: #0D7C24;
 }
</style>

background-color css

<style>
 a { background-color: #0D7C24; }

 a { background-color: rgb(13,124,36); }

 div.DivClassName
 {
   background-color: #0D7C24;
 }
 .BgClassName
 {
   background-color: #0D7C24;
 }
</style>

border-color css

<style>
 span { border-color: #0D7C24; }

 span { border-color: rgb(13,124,36); }

 td.TdClassName
 {
   border-color: #0D7C24;
 }
 .TagClassName
 {
   border-color: #0D7C24;
 }
</style>