Html Css Color HEX #0C8819 Forest Green

📋 copy color: '#0C8819'

red 12 ◦ green 136 ◦ blue 25

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

Shades of Forest Green #0C8819

Tints of Forest Green #0C8819

RGB

 RED value IS 12 (5.08% from 255) = 6.94%

 GREEN value IS 136 (53.52% from 255) = 78.61%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 6.94%
G = 78.61%
B = 14.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#0C8819 (or 0x0C8819) is known color: Forest Green. HEX triplet: 0C, 88 and 19. RGB value is (12,136,25). Sum of RGB (Red+Green+Blue) = 12+136+25=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 136 (53.52% from 255 or 78.61% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8819 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C8819 is #F377E6. Grayscale: #565656. Windows color (decimal): -15955943 or 1673228. OLE color: 1673228.

HSL color Cylindrical-coordinate representation of color #0C8819: hue angle of 126.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8819 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 136 25 -
CMYK 0.91 0 0.82 0.47
HSL 126.29º 0.84% 0.29% -
HSV(B) 126.29º 0.91% 0.53% -
XYZ 9.13 17.76 3.87 -
YUV 86.27 93.42 75.03 -
System Red Green Blue C M Y K H S L
Decimal 12 136 25 0.91 0 0.82 0.47 126.29 0.84 0.29
Hex C 88 19 5B 0 52 2F 7E 54 1D
Octal 14 210 31 133 0 122 57 176 124 35
Binary 1100 10001000 11001 1011011 0 1010010 101111 1111110 1010100 11101

Color Harmonies of #0C8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8819

Black with #0C8819

Text Example


Text Example

White with #0C8819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,136,25); }

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

background-color css

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

 a { background-color: rgb(12,136,25); }

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

border-color css

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

 span { border-color: rgb(12,136,25); }

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