#02352D

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

Shades of Dark Green #02352D

Tints of Dark Green #02352D

Color information

#02352D (or 0x02352D) is unknown color: approx Dark Green. HEX triplet: 02, 35 and 2D. RGB value is (2,53,45). Sum of RGB (Red+Green+Blue) = 2+53+45=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #02352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02352D is #FDCAD2. Grayscale: #242424. Windows color (decimal): -16632531 or 2962690. OLE color: 2962690.

HSL color Cylindrical-coordinate representation of color #02352D: hue angle of 170.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02352D is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB25345-
CMYK0.9600.150.79
HSL170.59º92.73%10.78%-
HSV(B)170.59º96.23%20.78%-
XYZ1.772.752.92-
YUV36.84132.6103.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 53 (21.09% from 255) = 53%
BLUE value IS 45 (17.97% from 255) = 45%
R=2%
G=53%
B=45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal253450.9600.150.79170.5992.7310.78
Hex2352D600F4Fab5db
Octal2655514001711725313513
Binary1011010110110111000000111110011111010101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02352D; }

 p { color: rgb(2,53,45); }

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

<style>
 a { background-color: #02352D; }

 a { background-color: rgb(2,53,45); }

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

<style>
 span { border-color: #02352D; }

 span { border-color: rgb(2,53,45); }

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