Html Css Color HEX #01170B Dark Green

📋 copy color: '#01170B'

red 1 ◦ green 23 ◦ blue 11

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

Shades of Dark Green #01170B

Tints of Dark Green #01170B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 2.86%
G = 65.71%
B = 31.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#01170B (or 0x01170B) is known color: Dark Green. HEX triplet: 01, 17 and 0B. RGB value is (1,23,11). Sum of RGB (Red+Green+Blue) = 1+23+11=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 23 (9.38% from 255 or 65.71% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 23 - color contains mainly: green. Hex color #01170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170B is #FEE8F4. Grayscale: #0F0F0F. Windows color (decimal): -16705781 or 726785. OLE color: 726785.

HSL color Cylindrical-coordinate representation of color #01170B: hue angle of 147.27º 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 #01170B is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 23 11 -
CMYK 0.96 0 0.52 0.91
HSL 147.27º 0.92% 0.05% -
HSV(B) 147.27º 0.96% 0.09% -
XYZ 0.38 0.64 0.42 -
YUV 15.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 1 23 11 0.96 0 0.52 0.91 147.27 0.92 0.05
Hex 1 17 B 60 0 34 5B 93 5C 5
Octal 1 27 13 140 0 64 133 223 134 5
Binary 1 10111 1011 1100000 0 110100 1011011 10010011 1011100 101

Color Harmonies of #01170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01170B

Black with #01170B

Text Example


Text Example

White with #01170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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