#0C2E1E

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

Shades of Dark Green #0C2E1E

Tints of Dark Green #0C2E1E

Color information

#0C2E1E (or 0x0C2E1E) is unknown color: approx Dark Green. HEX triplet: 0C, 2E and 1E. RGB value is (12,46,30). Sum of RGB (Red+Green+Blue) = 12+46+30=88 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.64% from 88); Green value is 46 (18.36% from 255 or 52.27% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E1E is #F3D1E1. Grayscale: #222222. Windows color (decimal): -15978978 or 1977868. OLE color: 1977868.

HSL color Cylindrical-coordinate representation of color #0C2E1E: hue angle of 151.76º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E1E is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB124630-
CMYK0.7400.350.82
HSL151.76º58.62%11.37%-
HSV(B)151.76º73.91%18.04%-
XYZ1.362.131.57-
YUV34.01125.74112.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.64%
GREEN value IS 46 (18.36% from 255) = 52.27%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=13.64%
G=52.27%
B=34.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246300.7400.350.82151.7658.6211.37
HexC2E1E4A02352983bb
Octal1456361120431222307313
Binary110010111011110100101001000111010010100110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,46,30); }

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

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

 a { background-color: rgb(12,46,30); }

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

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

 span { border-color: rgb(12,46,30); }

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