#0C2E27

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

Shades of Dark Green #0C2E27

Tints of Dark Green #0C2E27

Color information

#0C2E27 (or 0x0C2E27) is unknown color: approx Dark Green. HEX triplet: 0C, 2E and 27. RGB value is (12,46,39). Sum of RGB (Red+Green+Blue) = 12+46+39=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E27 is #F3D1D8. Grayscale: #232323. Windows color (decimal): -15978969 or 2567692. OLE color: 2567692.

HSL color Cylindrical-coordinate representation of color #0C2E27: hue angle of 167.65º 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 #0C2E27 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB124639-
CMYK0.7400.150.82
HSL167.65º58.62%11.37%-
HSV(B)167.65º73.91%18.04%-
XYZ1.492.182.26-
YUV35.04130.24111.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=12.37%
G=47.42%
B=40.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246390.7400.150.82167.6558.6211.37
HexC2E274A0F52a83bb
Octal1456471120171222507313
Binary11001011101001111001010011111010010101010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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