#0C2E28

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

Shades of Dark Green #0C2E28

Tints of Dark Green #0C2E28

Color information

#0C2E28 (or 0x0C2E28) is unknown color: approx Dark Green. HEX triplet: 0C, 2E and 28. RGB value is (12,46,40). Sum of RGB (Red+Green+Blue) = 12+46+40=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E28 is #F3D1D7. Grayscale: #232323. Windows color (decimal): -15978968 or 2633228. OLE color: 2633228.

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

Color convert

RGB124640-
CMYK0.7400.130.82
HSL169.41º58.62%11.37%-
HSV(B)169.41º73.91%18.04%-
XYZ1.512.192.35-
YUV35.15130.74111.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 46 (18.36% from 255) = 46.94%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=12.24%
G=46.94%
B=40.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246400.7400.130.82169.4158.6211.37
HexC2E284A0D52a93bb
Octal1456501120151222517313
Binary11001011101010001001010011011010010101010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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