#02322C

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

Shades of Dark Green #02322C

Tints of Dark Green #02322C

Color information

#02322C (or 0x02322C) is unknown color: approx Dark Green. HEX triplet: 02, 32 and 2C. RGB value is (2,50,44). Sum of RGB (Red+Green+Blue) = 2+50+44=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #02322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02322C is #FDCDD3. Grayscale: #222222. Windows color (decimal): -16633300 or 2896386. OLE color: 2896386.

HSL color Cylindrical-coordinate representation of color #02322C: hue angle of 172.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02322C is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB25044-
CMYK0.9600.120.80
HSL172.5º92.31%10.2%-
HSV(B)172.5º96%19.61%-
XYZ1.622.482.78-
YUV34.96133.1104.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 50 (19.92% from 255) = 52.08%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=2.08%
G=52.08%
B=45.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250440.9600.120.80172.592.3110.2
Hex2322C600C50ac5ca
Octal2625414001412025413412
Binary1011001010110011000000110010100001010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02322C; }

 p { color: rgb(2,50,44); }

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

<style>
 a { background-color: #02322C; }

 a { background-color: rgb(2,50,44); }

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

<style>
 span { border-color: #02322C; }

 span { border-color: rgb(2,50,44); }

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