#0C2B1F

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

Shades of Dark Green #0C2B1F

Tints of Dark Green #0C2B1F

Color information

#0C2B1F (or 0x0C2B1F) is unknown color: approx Dark Green. HEX triplet: 0C, 2B and 1F. RGB value is (12,43,31). Sum of RGB (Red+Green+Blue) = 12+43+31=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 43 (17.19% from 255 or 50% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B1F is #F3D4E0. Grayscale: #202020. Windows color (decimal): -15979745 or 2042636. OLE color: 2042636.

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

Color convert

RGB124331-
CMYK0.7200.280.83
HSL156.77º56.36%10.78%-
HSV(B)156.77º72.09%16.86%-
XYZ1.261.91.6-
YUV32.36127.23113.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.95%
GREEN value IS 43 (17.19% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=13.95%
G=50%
B=36.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1243310.7200.280.83156.7756.3610.78
HexC2B1F4801C539d38b
Octal1453371100341232357013
Binary11001010111111110010000111001010011100111011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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