#0C2B24

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

Shades of Dark Green #0C2B24

Tints of Dark Green #0C2B24

Color information

#0C2B24 (or 0x0C2B24) is unknown color: approx Dark Green. HEX triplet: 0C, 2B and 24. RGB value is (12,43,36). Sum of RGB (Red+Green+Blue) = 12+43+36=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B24 is #F3D4DB. Grayscale: #202020. Windows color (decimal): -15979740 or 2370316. OLE color: 2370316.

HSL color Cylindrical-coordinate representation of color #0C2B24: hue angle of 166.45º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B24 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.

Color convert

RGB124336-
CMYK0.7200.160.83
HSL166.45º56.36%10.78%-
HSV(B)166.45º72.09%16.86%-
XYZ1.331.931.97-
YUV32.93129.73113.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.19%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=13.19%
G=47.25%
B=39.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1243360.7200.160.83166.4556.3610.78
HexC2B244801053a638b
Octal1453441100201232467013
Binary110010101110010010010000100001010011101001101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,36); }

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

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

 a { background-color: rgb(12,43,36); }

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

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

 span { border-color: rgb(12,43,36); }

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