Html Css Color HEX #00220D Dark Green

📋 copy color: '#00220D'

red 0 ◦ green 34 ◦ blue 13

#00220D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #00220D

Tints of Dark Green #00220D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 72.34%

 BLUE value IS 13 (5.47% from 255) = 27.66%

R = 0%
G = 72.34%
B = 27.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

#00220D (or 0x00220D) is known color: Dark Green. HEX triplet: 00, 22 and 0D. RGB value is (0,34,13). Sum of RGB (Red+Green+Blue) = 0+34+13=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 34 (13.67% from 255 or 72.34% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 34 - color contains mainly: green. Hex color #00220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00220D is #FFDDF2. Grayscale: #151515. Windows color (decimal): -16768499 or 860672. OLE color: 860672.

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

Color convert

RGB 0 34 13 -
CMYK 1 0 0.62 0.87
HSL 142.94º 1% 0.07% -
HSV(B) 142.94º 1% 0.13% -
XYZ 0.64 1.17 0.57 -
YUV 21.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 0 34 13 1 0 0.62 0.87 142.94 1 0.07
Hex 0 22 D 64 0 3E 57 8F 64 7
Octal 0 42 15 144 0 76 127 217 144 7
Binary 0 100010 1101 1100100 0 111110 1010111 10001111 1100100 111

Color Harmonies of #00220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00220D

Black with #00220D

Text Example


Text Example

White with #00220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00220D; }

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

 H1.HeaderClassName
 {
   color: #00220D;
 }
 .AnyTagClassName
 {
   color: #00220D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #00220D;
 }
 .BgClassName
 {
   background-color: #00220D;
 }
</style>

border-color css

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

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

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