#0C3428

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

Shades of Dark Green #0C3428

Tints of Dark Green #0C3428

Color information

#0C3428 (or 0x0C3428) is unknown color: approx Dark Green. HEX triplet: 0C, 34 and 28. RGB value is (12,52,40). Sum of RGB (Red+Green+Blue) = 12+52+40=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3428 is #F3CBD7. Grayscale: #262626. Windows color (decimal): -15977432 or 2634764. OLE color: 2634764.

HSL color Cylindrical-coordinate representation of color #0C3428: hue angle of 162º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3428 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB125240-
CMYK0.7700.230.80
HSL162º62.5%12.55%-
HSV(B)162º76.92%20.39%-
XYZ1.762.692.43-
YUV38.67128.75108.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.54%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 38.46%
R=11.54%
G=50%
B=38.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1252400.7700.230.8016262.512.55
HexC34284D01750a23ed
Octal1464501150271202427615
Binary110011010010100010011010101111010000101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,52,40); }

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

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

 a { background-color: rgb(12,52,40); }

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

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

 span { border-color: rgb(12,52,40); }

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