#00332B

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

Shades of Dark Green #00332B

Tints of Dark Green #00332B

Color information

#00332B (or 0x00332B) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 2B. RGB value is (0,51,43). Sum of RGB (Red+Green+Blue) = 0+51+43=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #00332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00332B is #FFCCD4. Grayscale: #222222. Windows color (decimal): -16764117 or 2831104. OLE color: 2831104.

HSL color Cylindrical-coordinate representation of color #00332B: hue angle of 170.59º 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 #00332B is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB05143-
CMYK100.160.8
HSL170.59º100%10%-
HSV(B)170.59º100%20%-
XYZ1.622.542.69-
YUV34.84132.6103.15-

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.26%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=0%
G=54.26%
B=45.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05143100.160.8170.5910010
Hex0332B6401050ab64a
Octal0635314402012025314412
Binary0110011101011110010001000010100001010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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