Html Css Color HEX #01110A Dark Green

📋 copy color: '#01110A'

red 1 ◦ green 17 ◦ blue 10

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

Shades of Dark Green #01110A

Tints of Dark Green #01110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 60.71%

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

R = 3.57%
G = 60.71%
B = 35.71%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#01110A (or 0x01110A) is known color: Dark Green. HEX triplet: 01, 11 and 0A. RGB value is (1,17,10). Sum of RGB (Red+Green+Blue) = 1+17+10=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #01110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01110A is #FEEEF5. Grayscale: #0B0B0B. Windows color (decimal): -16707318 or 659713. OLE color: 659713.

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

Color convert

RGB 1 17 10 -
CMYK 0.94 0 0.41 0.93
HSL 153.75º 0.89% 0.04% -
HSV(B) 153.75º 0.94% 0.07% -
XYZ 0.27 0.43 0.36 -
YUV 11.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 1 17 10 0.94 0 0.41 0.93 153.75 0.89 0.04
Hex 1 11 A 5E 0 29 5D 9A 59 4
Octal 1 21 12 136 0 51 135 232 131 4
Binary 1 10001 1010 1011110 0 101001 1011101 10011010 1011001 100

Color Harmonies of #01110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01110A

Black with #01110A

Text Example


Text Example

White with #01110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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