#02332F

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

Shades of Dark Green #02332F

Tints of Dark Green #02332F

Color information

#02332F (or 0x02332F) is unknown color: approx Dark Green. HEX triplet: 02, 33 and 2F. RGB value is (2,51,47). Sum of RGB (Red+Green+Blue) = 2+51+47=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #02332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02332F is #FDCCD0. Grayscale: #232323. Windows color (decimal): -16633041 or 3093250. OLE color: 3093250.

HSL color Cylindrical-coordinate representation of color #02332F: hue angle of 175.1º 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 #02332F is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB25147-
CMYK0.9600.080.8
HSL175.1º92.45%10.39%-
HSV(B)175.1º96.08%20%-
XYZ1.722.593.1-
YUV35.89134.27103.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 51 (20.31% from 255) = 51%
BLUE value IS 47 (18.75% from 255) = 47%
R=2%
G=51%
B=47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251470.9600.080.8175.192.4510.39
Hex2332F600850af5ca
Octal2635714001012025713412
Binary1011001110111111000000100010100001010111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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