#0C8C1D

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

Shades of Forest Green #0C8C1D

Tints of Forest Green #0C8C1D

Color information

#0C8C1D (or 0x0C8C1D) is unknown color: approx Forest Green. HEX triplet: 0C, 8C and 1D. RGB value is (12,140,29). Sum of RGB (Red+Green+Blue) = 12+140+29=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 140 (55.08% from 255 or 77.35% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 140 - color contains mainly: green. Hex color #0C8C1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8C1D is #F373E2. Grayscale: #595959. Windows color (decimal): -15954915 or 1936396. OLE color: 1936396.

HSL color Cylindrical-coordinate representation of color #0C8C1D: hue angle of 127.97º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8C1D is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1214029-
CMYK0.9100.790.45
HSL127.97º84.21%29.8%-
HSV(B)127.97º91.43%54.9%-
XYZ9.7518.924.3-
YUV89.0794.0973.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 140 (55.08% from 255) = 77.35%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=6.63%
G=77.35%
B=16.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12140290.9100.790.45127.9784.2129.8
HexC8C1D5B04F2D80541e
Octal142143513301175520012436
Binary1100100011001110110110110100111110110110000000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,140,29); }

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

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

 a { background-color: rgb(12,140,29); }

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

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

 span { border-color: rgb(12,140,29); }

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