#00352D

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

Shades of Dark Green #00352D

Tints of Dark Green #00352D

Color information

#00352D (or 0x00352D) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 2D. RGB value is (0,53,45). Sum of RGB (Red+Green+Blue) = 0+53+45=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #00352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00352D is #FFCAD2. Grayscale: #242424. Windows color (decimal): -16763603 or 2962688. OLE color: 2962688.

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

Color convert

RGB05345-
CMYK100.150.79
HSL170.94º100%10.39%-
HSV(B)170.94º100%20.78%-
XYZ1.752.742.92-
YUV36.24132.94102.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 45 (17.97% from 255) = 45.92%
R=0%
G=54.08%
B=45.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05345100.150.79170.9410010.39
Hex0352D640F4Fab64a
Octal0655514401711725314412
Binary011010110110111001000111110011111010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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