Html Css Color HEX #01170C Dark Green

📋 copy color: '#01170C'

red 1 ◦ green 23 ◦ blue 12

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

Shades of Dark Green #01170C

Tints of Dark Green #01170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 33.33%

R = 2.78%
G = 63.89%
B = 33.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#01170C (or 0x01170C) is known color: Dark Green. HEX triplet: 01, 17 and 0C. RGB value is (1,23,12). Sum of RGB (Red+Green+Blue) = 1+23+12=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 23 (9.38% from 255 or 63.89% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 23 - color contains mainly: green. Hex color #01170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170C is #FEE8F3. Grayscale: #0F0F0F. Windows color (decimal): -16705780 or 792321. OLE color: 792321.

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

Color convert

RGB 1 23 12 -
CMYK 0.96 0 0.48 0.91
HSL 150º 0.92% 0.05% -
HSV(B) 150º 0.96% 0.09% -
XYZ 0.39 0.65 0.45 -
YUV 15.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 1 23 12 0.96 0 0.48 0.91 150 0.92 0.05
Hex 1 17 C 60 0 30 5B 96 5C 5
Octal 1 27 14 140 0 60 133 226 134 5
Binary 1 10111 1100 1100000 0 110000 1011011 10010110 1011100 101

Color Harmonies of #01170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01170C

Black with #01170C

Text Example


Text Example

White with #01170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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