#02332E

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

Shades of Dark Green #02332E

Tints of Dark Green #02332E

Color information

#02332E (or 0x02332E) is unknown color: approx Dark Green. HEX triplet: 02, 33 and 2E. RGB value is (2,51,46). Sum of RGB (Red+Green+Blue) = 2+51+46=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #02332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02332E is #FDCCD1. Grayscale: #232323. Windows color (decimal): -16633042 or 3027714. OLE color: 3027714.

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

Color convert

RGB25146-
CMYK0.9600.100.8
HSL173.88º92.45%10.39%-
HSV(B)173.88º96.08%20%-
XYZ1.72.582.99-
YUV35.78133.77103.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=2.02%
G=51.52%
B=46.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal251460.9600.100.8173.8892.4510.39
Hex2332E600A50ae5ca
Octal2635614001212025613412
Binary1011001110111011000000101010100001010111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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