#02312E

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

Shades of Dark Green #02312E

Tints of Dark Green #02312E

Color information

#02312E (or 0x02312E) is unknown color: approx Dark Green. HEX triplet: 02, 31 and 2E. RGB value is (2,49,46). Sum of RGB (Red+Green+Blue) = 2+49+46=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 46 (18.36% from 255 or 47.42% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #02312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02312E is #FDCED1. Grayscale: #222222. Windows color (decimal): -16633554 or 3027202. OLE color: 3027202.

HSL color Cylindrical-coordinate representation of color #02312E: hue angle of 176.17º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02312E is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB24946-
CMYK0.9600.060.81
HSL176.17º92.16%10%-
HSV(B)176.17º95.92%19.22%-
XYZ1.622.412.96-
YUV34.6134.43104.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 46 (18.36% from 255) = 47.42%
R=2.06%
G=50.52%
B=47.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal249460.9600.060.81176.1792.1610
Hex2312E600651b05ca
Octal261561400612126013412
Binary101100011011101100000011010100011011000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02312E; }

 p { color: rgb(2,49,46); }

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

<style>
 a { background-color: #02312E; }

 a { background-color: rgb(2,49,46); }

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

<style>
 span { border-color: #02312E; }

 span { border-color: rgb(2,49,46); }

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