#0C332A

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

Shades of Dark Green #0C332A

Tints of Dark Green #0C332A

Color information

#0C332A (or 0x0C332A) is unknown color: approx Dark Green. HEX triplet: 0C, 33 and 2A. RGB value is (12,51,42). Sum of RGB (Red+Green+Blue) = 12+51+42=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #0C332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C332A is #F3CCD5. Grayscale: #262626. Windows color (decimal): -15977686 or 2765580. OLE color: 2765580.

HSL color Cylindrical-coordinate representation of color #0C332A: hue angle of 166.15º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C332A is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB125142-
CMYK0.7600.180.8
HSL166.15º61.9%12.35%-
HSV(B)166.15º76.47%20%-
XYZ1.752.612.6-
YUV38.31130.08109.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.43%
GREEN value IS 51 (20.31% from 255) = 48.57%
BLUE value IS 42 (16.80% from 255) = 40%
R=11.43%
G=48.57%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1251420.7600.180.8166.1561.912.35
HexC332A4C01250a63ec
Octal1463521140221202467614
Binary110011001110101010011000100101010000101001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,42); }

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

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

 a { background-color: rgb(12,51,42); }

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

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

 span { border-color: rgb(12,51,42); }

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