#0C971B

Color #0C971B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0C971B

Tints of Forest Green #0C971B

Color information

#0C971B (or 0x0C971B) is unknown color: approx Forest Green. HEX triplet: 0C, 97 and 1B. RGB value is (12,151,27). Sum of RGB (Red+Green+Blue) = 12+151+27=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 151 (59.38% from 255 or 79.47% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 151 - color contains mainly: green. Hex color #0C971B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C971B is #F368E4. Grayscale: #5F5F5F. Windows color (decimal): -15952101 or 1808140. OLE color: 1808140.

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

Color convert

RGB1215127-
CMYK0.9200.820.41
HSL126.47º85.28%31.96%-
HSV(B)126.47º92.05%59.22%-
XYZ11.4222.294.74-
YUV95.389.4568.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 151 (59.38% from 255) = 79.47%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=6.32%
G=79.47%
B=14.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12151270.9200.820.41126.4785.2831.96
HexC971B5C052297e5520
Octal142273313401225117612540
Binary1100100101111101110111000101001010100111111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,151,27); }

 H1.HeaderClassName
 {
   color: #0C971B;
 }
 .AnyTagClassName
 {
   color: #0C971B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,151,27); }

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

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

 span { border-color: rgb(12,151,27); }

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