#02332C

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

Shades of Dark Green #02332C

Tints of Dark Green #02332C

Color information

#02332C (or 0x02332C) is unknown color: approx Dark Green. HEX triplet: 02, 33 and 2C. RGB value is (2,51,44). Sum of RGB (Red+Green+Blue) = 2+51+44=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #02332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02332C is #FDCCD3. Grayscale: #232323. Windows color (decimal): -16633044 or 2896642. OLE color: 2896642.

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

Color convert

RGB25144-
CMYK0.9600.140.8
HSL171.43º92.45%10.39%-
HSV(B)171.43º96.08%20%-
XYZ1.662.562.79-
YUV35.55132.77104.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 51 (20.31% from 255) = 52.58%
BLUE value IS 44 (17.58% from 255) = 45.36%
R=2.06%
G=52.58%
B=45.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251440.9600.140.8171.4392.4510.39
Hex2332C600E50ab5ca
Octal2635414001612025313412
Binary1011001110110011000000111010100001010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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