Html Css Color HEX #00220F Dark Green

📋 copy color: '#00220F'

red 0 ◦ green 34 ◦ blue 15

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

Shades of Dark Green #00220F

Tints of Dark Green #00220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 30.61%

R = 0%
G = 69.39%
B = 30.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#00220F (or 0x00220F) is known color: Dark Green. HEX triplet: 00, 22 and 0F. RGB value is (0,34,15). Sum of RGB (Red+Green+Blue) = 0+34+15=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #00220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00220F is #FFDDF0. Grayscale: #151515. Windows color (decimal): -16768497 or 991744. OLE color: 991744.

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

Color convert

RGB 0 34 15 -
CMYK 1 0 0.56 0.87
HSL 146.47º 1% 0.07% -
HSV(B) 146.47º 1% 0.13% -
XYZ 0.66 1.18 0.64 -
YUV 21.67 124.24 112.54 -
System Red Green Blue C M Y K H S L
Decimal 0 34 15 1 0 0.56 0.87 146.47 1 0.07
Hex 0 22 F 64 0 38 57 92 64 7
Octal 0 42 17 144 0 70 127 222 144 7
Binary 0 100010 1111 1100100 0 111000 1010111 10010010 1100100 111

Color Harmonies of #00220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00220F

Black with #00220F

Text Example


Text Example

White with #00220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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