#02322F

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

Shades of Dark Green #02322F

Tints of Dark Green #02322F

Color information

#02322F (or 0x02322F) is unknown color: approx Dark Green. HEX triplet: 02, 32 and 2F. RGB value is (2,50,47). Sum of RGB (Red+Green+Blue) = 2+50+47=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #02322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02322F is #FDCDD0. Grayscale: #232323. Windows color (decimal): -16633297 or 3092994. OLE color: 3092994.

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

Color convert

RGB25047-
CMYK0.9600.060.80
HSL176.25º92.31%10.2%-
HSV(B)176.25º96%19.61%-
XYZ1.682.53.08-
YUV35.31134.6104.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 47 (18.75% from 255) = 47.47%
R=2.02%
G=50.51%
B=47.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal250470.9600.060.80176.2592.3110.2
Hex2322F600650b05ca
Octal262571400612026013412
Binary101100101011111100000011010100001011000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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