#0C2D1B

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

Shades of Dark Green #0C2D1B

Tints of Dark Green #0C2D1B

Color information

#0C2D1B (or 0x0C2D1B) is unknown color: approx Dark Green. HEX triplet: 0C, 2D and 1B. RGB value is (12,45,27). Sum of RGB (Red+Green+Blue) = 12+45+27=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 45 (17.97% from 255 or 53.57% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2D1B is #F3D2E4. Grayscale: #212121. Windows color (decimal): -15979237 or 1781004. OLE color: 1781004.

HSL color Cylindrical-coordinate representation of color #0C2D1B: hue angle of 147.27º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2D1B is Cyan = 0.73, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.

Color convert

RGB124527-
CMYK0.7300.40.82
HSL147.27º57.89%11.18%-
HSV(B)147.27º73.33%17.65%-
XYZ1.292.031.36-
YUV33.08124.57112.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 45 (17.97% from 255) = 53.57%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=14.29%
G=53.57%
B=32.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1245270.7300.40.82147.2757.8911.18
HexC2D1B4902852933ab
Octal1455331110501222237213
Binary110010110111011100100101010001010010100100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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