#0C291F

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

Shades of Dark Green #0C291F

Tints of Dark Green #0C291F

Color information

#0C291F (or 0x0C291F) is unknown color: approx Dark Green. HEX triplet: 0C, 29 and 1F. RGB value is (12,41,31). Sum of RGB (Red+Green+Blue) = 12+41+31=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #0C291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C291F is #F3D6E0. Grayscale: #1F1F1F. Windows color (decimal): -15980257 or 2042124. OLE color: 2042124.

HSL color Cylindrical-coordinate representation of color #0C291F: hue angle of 159.31º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C291F is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB124131-
CMYK0.7100.240.84
HSL159.31º54.72%10.39%-
HSV(B)159.31º70.73%16.08%-
XYZ1.191.761.57-
YUV31.19127.89114.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 48.81%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=14.29%
G=48.81%
B=36.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1241310.7100.240.84159.3154.7210.39
HexC291F47018549f37a
Octal1451371070301242376712
Binary11001010011111110001110110001010100100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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