Html Css Color HEX #01120A Dark Green

📋 copy color: '#01120A'

red 1 ◦ green 18 ◦ blue 10

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

Shades of Dark Green #01120A

Tints of Dark Green #01120A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 62.07%

 BLUE value IS 10 (4.3% from 255) = 34.48%

R = 3.45%
G = 62.07%
B = 34.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#01120A (or 0x01120A) is known color: Dark Green. HEX triplet: 01, 12 and 0A. RGB value is (1,18,10). Sum of RGB (Red+Green+Blue) = 1+18+10=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #01120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01120A is #FEEDF5. Grayscale: #0C0C0C. Windows color (decimal): -16707062 or 659969. OLE color: 659969.

HSL color Cylindrical-coordinate representation of color #01120A: hue angle of 151.76º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #01120A is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 18 10 -
CMYK 0.94 0 0.44 0.93
HSL 151.76º 0.89% 0.04% -
HSV(B) 151.76º 0.94% 0.07% -
XYZ 0.28 0.46 0.36 -
YUV 12.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 1 18 10 0.94 0 0.44 0.93 151.76 0.89 0.04
Hex 1 12 A 5E 0 2C 5D 98 59 4
Octal 1 22 12 136 0 54 135 230 131 4
Binary 1 10010 1010 1011110 0 101100 1011101 10011000 1011001 100

Color Harmonies of #01120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01120A

Black with #01120A

Text Example


Text Example

White with #01120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01120A; }

 p { color: rgb(1,18,10); }

 H1.HeaderClassName
 {
   color: #01120A;
 }
 .AnyTagClassName
 {
   color: #01120A;
 }
</style>

background-color css

<style>
 a { background-color: #01120A; }

 a { background-color: rgb(1,18,10); }

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

border-color css

<style>
 span { border-color: #01120A; }

 span { border-color: rgb(1,18,10); }

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