Html Css Color HEX #0C991C Forest Green

📋 copy color: '#0C991C'

red 12 ◦ green 153 ◦ blue 28

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

Shades of Forest Green #0C991C

Tints of Forest Green #0C991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 79.27%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 6.22%
G = 79.27%
B = 14.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#0C991C (or 0x0C991C) is known color: Forest Green. HEX triplet: 0C, 99 and 1C. RGB value is (12,153,28). Sum of RGB (Red+Green+Blue) = 12+153+28=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 153 (60.16% from 255 or 79.27% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 153 - color contains mainly: green. Hex color #0C991C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C991C is #F366E3. Grayscale: #606060. Windows color (decimal): -15951588 or 1874188. OLE color: 1874188.

HSL color Cylindrical-coordinate representation of color #0C991C: hue angle of 126.81º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C991C is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 28 -
CMYK 0.92 0 0.82 0.4
HSL 126.81º 0.85% 0.32% -
HSV(B) 126.81º 0.92% 0.6% -
XYZ 11.75 22.94 4.91 -
YUV 96.59 89.29 67.66 -
System Red Green Blue C M Y K H S L
Decimal 12 153 28 0.92 0 0.82 0.4 126.81 0.85 0.32
Hex C 99 1C 5C 0 52 28 7F 55 20
Octal 14 231 34 134 0 122 50 177 125 40
Binary 1100 10011001 11100 1011100 0 1010010 101000 1111111 1010101 100000

Color Harmonies of #0C991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C991C

Black with #0C991C

Text Example


Text Example

White with #0C991C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,153,28); }

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

background-color css

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

 a { background-color: rgb(12,153,28); }

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

border-color css

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

 span { border-color: rgb(12,153,28); }

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