#0C2B1A

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

Shades of Dark Green #0C2B1A

Tints of Dark Green #0C2B1A

Color information

#0C2B1A (or 0x0C2B1A) is unknown color: approx Dark Green. HEX triplet: 0C, 2B and 1A. RGB value is (12,43,26). Sum of RGB (Red+Green+Blue) = 12+43+26=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 43 (17.19% from 255 or 53.09% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B1A is #F3D4E5. Grayscale: #1F1F1F. Windows color (decimal): -15979750 or 1714956. OLE color: 1714956.

HSL color Cylindrical-coordinate representation of color #0C2B1A: hue angle of 147.1º 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 #0C2B1A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB124326-
CMYK0.7200.400.83
HSL147.1º56.36%10.78%-
HSV(B)147.1º72.09%16.86%-
XYZ1.21.881.28-
YUV31.79124.73113.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.81%
GREEN value IS 43 (17.19% from 255) = 53.09%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=14.81%
G=53.09%
B=32.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1243260.7200.400.83147.156.3610.78
HexC2B1A48028539338b
Octal1453321100501232237013
Binary110010101111010100100001010001010011100100111110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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