#002213

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

Shades of Dark Green #002213

Tints of Dark Green #002213

Color information

#002213 (or 0x002213) is unknown color: approx Dark Green. HEX triplet: 00, 22 and 13. RGB value is (0,34,19). Sum of RGB (Red+Green+Blue) = 0+34+19=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 34 (13.67% from 255 or 64.15% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 34 - color contains mainly: green. Hex color #002213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002213 is #FFDDEC. Grayscale: #161616. Windows color (decimal): -16768493 or 1253888. OLE color: 1253888.

HSL color Cylindrical-coordinate representation of color #002213: hue angle of 153.53º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002213 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB03419-
CMYK100.440.87
HSL153.53º100%6.67%-
HSV(B)153.53º100%13.33%-
XYZ0.691.190.81-
YUV22.12126.24112.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 64.15%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=0%
G=64.15%
B=35.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03419100.440.87153.531006.67
Hex022136402C579a647
Octal042231440541272321447
Binary010001010011110010001011001010111100110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002213; }

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

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

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

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

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

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

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

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