Html Css Color HEX #0C991F Forest Green

📋 copy color: '#0C991F'

red 12 ◦ green 153 ◦ blue 31

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

Shades of Forest Green #0C991F

Tints of Forest Green #0C991F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 6.12%
G = 78.06%
B = 15.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#0C991F (or 0x0C991F) is known color: Forest Green. HEX triplet: 0C, 99 and 1F. RGB value is (12,153,31). Sum of RGB (Red+Green+Blue) = 12+153+31=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 153 (60.16% from 255 or 78.06% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 153 - color contains mainly: green. Hex color #0C991F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C991F is #F366E0. Grayscale: #616161. Windows color (decimal): -15951585 or 2070796. OLE color: 2070796.

HSL color Cylindrical-coordinate representation of color #0C991F: hue angle of 128.09º 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 #0C991F is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 153 31 -
CMYK 0.92 0 0.80 0.4
HSL 128.09º 0.85% 0.32% -
HSV(B) 128.09º 0.92% 0.6% -
XYZ 11.79 22.96 5.11 -
YUV 96.93 90.79 67.42 -
System Red Green Blue C M Y K H S L
Decimal 12 153 31 0.92 0 0.80 0.4 128.09 0.85 0.32
Hex C 99 1F 5C 0 50 28 80 55 20
Octal 14 231 37 134 0 120 50 200 125 40
Binary 1100 10011001 11111 1011100 0 1010000 101000 10000000 1010101 100000

Color Harmonies of #0C991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C991F

Black with #0C991F

Text Example


Text Example

White with #0C991F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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