#00221C

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

Shades of Dark Green #00221C

Tints of Dark Green #00221C

Color information

#00221C (or 0x00221C) is unknown color: approx Dark Green. HEX triplet: 00, 22 and 1C. RGB value is (0,34,28). Sum of RGB (Red+Green+Blue) = 0+34+28=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 34 (13.67% from 255 or 54.84% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 34 - color contains mainly: green. Hex color #00221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221C is #FFDDE3. Grayscale: #171717. Windows color (decimal): -16768484 or 1843712. OLE color: 1843712.

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

Color convert

RGB03428-
CMYK100.180.87
HSL169.41º100%6.67%-
HSV(B)169.41º100%13.33%-
XYZ0.781.231.29-
YUV23.15130.74111.49-

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) = 54.84%
BLUE value IS 28 (11.33% 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.87
SystemRedGreenBlueCMYKHSL
Decimal03428100.180.87169.411006.67
Hex0221C6401257a9647
Octal042341440221272511447
Binary01000101110011001000100101010111101010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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