#003222

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

Shades of Dark Green #003222

Tints of Dark Green #003222

Color information

#003222 (or 0x003222) is unknown color: approx Dark Green. HEX triplet: 00, 32 and 22. RGB value is (0,50,34). Sum of RGB (Red+Green+Blue) = 0+50+34=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #003222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003222 is #FFCDDD. Grayscale: #212121. Windows color (decimal): -16764382 or 2241024. OLE color: 2241024.

HSL color Cylindrical-coordinate representation of color #003222: hue angle of 160.8º 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 #003222 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB05034-
CMYK100.320.80
HSL160.8º100%9.8%-
HSV(B)160.8º100%19.61%-
XYZ1.432.41.9-
YUV33.23128.44104.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 59.52%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=0%
G=59.52%
B=40.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05034100.320.80160.81009.8
Hex032226402050a164a
Octal0624214404012024114412
Binary01100101000101100100010000010100001010000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003222; }

 p { color: rgb(0,50,34); }

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

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

 a { background-color: rgb(0,50,34); }

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

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

 span { border-color: rgb(0,50,34); }

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