Html Css Color HEX #01220F Dark Green

📋 copy color: '#01220F'

red 1 ◦ green 34 ◦ blue 15

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

Shades of Dark Green #01220F

Tints of Dark Green #01220F

RGB

 RED value IS 1 (0.78% from 255) = 2%

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

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

R = 2%
G = 68%
B = 30%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#01220F (or 0x01220F) is known color: Dark Green. HEX triplet: 01, 22 and 0F. RGB value is (1,34,15). Sum of RGB (Red+Green+Blue) = 1+34+15=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #01220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01220F is #FEDDF0. Grayscale: #161616. Windows color (decimal): -16702961 or 991745. OLE color: 991745.

HSL color Cylindrical-coordinate representation of color #01220F: hue angle of 145.45º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01220F is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 34 15 -
CMYK 0.97 0 0.56 0.87
HSL 145.45º 0.94% 0.07% -
HSV(B) 145.45º 0.97% 0.13% -
XYZ 0.67 1.18 0.65 -
YUV 21.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 1 34 15 0.97 0 0.56 0.87 145.45 0.94 0.07
Hex 1 22 F 61 0 38 57 91 5E 7
Octal 1 42 17 141 0 70 127 221 136 7
Binary 1 100010 1111 1100001 0 111000 1010111 10010001 1011110 111

Color Harmonies of #01220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01220F

Black with #01220F

Text Example


Text Example

White with #01220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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