Html Css Color HEX #01120F Dark Green

📋 copy color: '#01120F'

red 1 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #01120F

Tints of Dark Green #01120F

RGB

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

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

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

R = 2.94%
G = 52.94%
B = 44.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#01120F (or 0x01120F) is known color: Dark Green. HEX triplet: 01, 12 and 0F. RGB value is (1,18,15). Sum of RGB (Red+Green+Blue) = 1+18+15=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #01120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01120F is #FEEDF0. Grayscale: #0C0C0C. Windows color (decimal): -16707057 or 987649. OLE color: 987649.

HSL color Cylindrical-coordinate representation of color #01120F: hue angle of 169.41º 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 #01120F is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 18 15 -
CMYK 0.94 0 0.17 0.93
HSL 169.41º 0.89% 0.04% -
HSV(B) 169.41º 0.94% 0.07% -
XYZ 0.32 0.47 0.53 -
YUV 12.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 1 18 15 0.94 0 0.17 0.93 169.41 0.89 0.04
Hex 1 12 F 5E 0 11 5D A9 59 4
Octal 1 22 17 136 0 21 135 251 131 4
Binary 1 10010 1111 1011110 0 10001 1011101 10101001 1011001 100

Color Harmonies of #01120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01120F

Black with #01120F

Text Example


Text Example

White with #01120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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