#00352A

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

Shades of Dark Green #00352A

Tints of Dark Green #00352A

Color information

#00352A (or 0x00352A) is unknown color: approx Dark Green. HEX triplet: 00, 35 and 2A. RGB value is (0,53,42). Sum of RGB (Red+Green+Blue) = 0+53+42=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #00352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00352A is #FFCAD5. Grayscale: #232323. Windows color (decimal): -16763606 or 2766080. OLE color: 2766080.

HSL color Cylindrical-coordinate representation of color #00352A: hue angle of 167.55º 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 #00352A is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB05342-
CMYK100.210.79
HSL167.55º100%10.39%-
HSV(B)167.55º100%20.78%-
XYZ1.692.712.63-
YUV35.9131.44102.39-

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) = 55.79%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=0%
G=55.79%
B=44.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05342100.210.79167.5510010.39
Hex0352A640154Fa864a
Octal0655214402511725014412
Binary0110101101010110010001010110011111010100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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