Html Css Color HEX #01170A Dark Green

📋 copy color: '#01170A'

red 1 ◦ green 23 ◦ blue 10

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

Shades of Dark Green #01170A

Tints of Dark Green #01170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 67.65%

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

R = 2.94%
G = 67.65%
B = 29.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.91

RGB Variations

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

Color information

#01170A (or 0x01170A) is known color: Dark Green. HEX triplet: 01, 17 and 0A. RGB value is (1,23,10). Sum of RGB (Red+Green+Blue) = 1+23+10=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 23 (9.38% from 255 or 67.65% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 23 - color contains mainly: green. Hex color #01170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170A is #FEE8F5. Grayscale: #0E0E0E. Windows color (decimal): -16705782 or 661249. OLE color: 661249.

HSL color Cylindrical-coordinate representation of color #01170A: hue angle of 144.55º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01170A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 23 10 -
CMYK 0.96 0 0.57 0.91
HSL 144.55º 0.92% 0.05% -
HSV(B) 144.55º 0.96% 0.09% -
XYZ 0.37 0.64 0.39 -
YUV 14.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 1 23 10 0.96 0 0.57 0.91 144.55 0.92 0.05
Hex 1 17 A 60 0 39 5B 91 5C 5
Octal 1 27 12 140 0 71 133 221 134 5
Binary 1 10111 1010 1100000 0 111001 1011011 10010001 1011100 101

Color Harmonies of #01170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01170A

Black with #01170A

Text Example


Text Example

White with #01170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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