#00332A

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

Shades of Dark Green #00332A

Tints of Dark Green #00332A

Color information

#00332A (or 0x00332A) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 2A. RGB value is (0,51,42). Sum of RGB (Red+Green+Blue) = 0+51+42=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #00332A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332A is #FFCCD5. Grayscale: #222222. Windows color (decimal): -16764118 or 2765568. OLE color: 2765568.

HSL color Cylindrical-coordinate representation of color #00332A: hue angle of 169.41º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00332A is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB05142-
CMYK100.180.8
HSL169.41º100%10%-
HSV(B)169.41º100%20%-
XYZ1.62.532.6-
YUV34.72132.1103.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 54.84%
BLUE value IS 42 (16.80% from 255) = 45.16%
R=0%
G=54.84%
B=45.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05142100.180.8169.4110010
Hex0332A6401250a964a
Octal0635214402212025114412
Binary0110011101010110010001001010100001010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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