#00221F

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

Shades of Dark Green #00221F

Tints of Dark Green #00221F

Color information

#00221F (or 0x00221F) is unknown color: approx Dark Green. HEX triplet: 00, 22 and 1F. RGB value is (0,34,31). Sum of RGB (Red+Green+Blue) = 0+34+31=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #00221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221F is #FFDDE0. Grayscale: #171717. Windows color (decimal): -16768481 or 2040320. OLE color: 2040320.

HSL color Cylindrical-coordinate representation of color #00221F: hue angle of 174.71º 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 #00221F is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB03431-
CMYK100.090.87
HSL174.71º100%6.67%-
HSV(B)174.71º100%13.33%-
XYZ0.821.241.49-
YUV23.49132.24111.24-

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) = 52.31%
BLUE value IS 31 (12.5% from 255) = 47.69%
R=0%
G=52.31%
B=47.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03431100.090.87174.711006.67
Hex0221F640957af647
Octal042371440111272571447
Binary0100010111111100100010011010111101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00221F; }

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

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

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

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

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

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

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

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