#0C291D

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

Shades of Dark Green #0C291D

Tints of Dark Green #0C291D

Color information

#0C291D (or 0x0C291D) is unknown color: approx Dark Green. HEX triplet: 0C, 29 and 1D. RGB value is (12,41,29). Sum of RGB (Red+Green+Blue) = 12+41+29=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #0C291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C291D is #F3D6E2. Grayscale: #1E1E1E. Windows color (decimal): -15980259 or 1911052. OLE color: 1911052.

HSL color Cylindrical-coordinate representation of color #0C291D: hue angle of 155.17º 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 #0C291D is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.

Color convert

RGB124129-
CMYK0.7100.290.84
HSL155.17º54.72%10.39%-
HSV(B)155.17º70.73%16.08%-
XYZ1.171.751.44-
YUV30.96126.89114.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.63%
GREEN value IS 41 (16.41% from 255) = 50%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=14.63%
G=50%
B=35.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1241290.7100.290.84155.1754.7210.39
HexC291D4701D549b37a
Octal1451351070351242336712
Binary11001010011110110001110111011010100100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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