#00221B

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

Shades of Dark Green #00221B

Tints of Dark Green #00221B

Color information

#00221B (or 0x00221B) is unknown color: approx Dark Green. HEX triplet: 00, 22 and 1B. RGB value is (0,34,27). Sum of RGB (Red+Green+Blue) = 0+34+27=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #00221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00221B is #FFDDE4. Grayscale: #171717. Windows color (decimal): -16768485 or 1778176. OLE color: 1778176.

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

Color convert

RGB03427-
CMYK100.210.87
HSL167.65º100%6.67%-
HSV(B)167.65º100%13.33%-
XYZ0.771.221.23-
YUV23.04130.24111.57-

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) = 55.74%
BLUE value IS 27 (10.94% from 255) = 44.26%
R=0%
G=55.74%
B=44.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal03427100.210.87167.651006.67
Hex0221B6401557a8647
Octal042331440251272501447
Binary01000101101111001000101011010111101010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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