#02322B

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

Shades of Dark Green #02322B

Tints of Dark Green #02322B

Color information

#02322B (or 0x02322B) is unknown color: approx Dark Green. HEX triplet: 02, 32 and 2B. RGB value is (2,50,43). Sum of RGB (Red+Green+Blue) = 2+50+43=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #02322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02322B is #FDCDD4. Grayscale: #222222. Windows color (decimal): -16633301 or 2830850. OLE color: 2830850.

HSL color Cylindrical-coordinate representation of color #02322B: hue angle of 171.25º 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 #02322B is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB25043-
CMYK0.9600.140.80
HSL171.25º92.31%10.2%-
HSV(B)171.25º96%19.61%-
XYZ1.62.472.68-
YUV34.85132.6104.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 50 (19.92% from 255) = 52.63%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=2.11%
G=52.63%
B=45.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250430.9600.140.80171.2592.3110.2
Hex2322B600E50ab5ca
Octal2625314001612025313412
Binary1011001010101111000000111010100001010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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