Html Css Color HEX #05170C Dark Green

📋 copy color: '#05170C'

red 5 ◦ green 23 ◦ blue 12

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

Shades of Dark Green #05170C

Tints of Dark Green #05170C

RGB

 RED value IS 5 (2.34% from 255) = 12.5%

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

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

R = 12.5%
G = 57.5%
B = 30%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#05170C (or 0x05170C) is known color: Dark Green. HEX triplet: 05, 17 and 0C. RGB value is (5,23,12). Sum of RGB (Red+Green+Blue) = 5+23+12=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 23 (9.38% from 255 or 57.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 23 - color contains mainly: green. Hex color #05170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170C is #FAE8F3. Grayscale: #101010. Windows color (decimal): -16443636 or 792325. OLE color: 792325.

HSL color Cylindrical-coordinate representation of color #05170C: hue angle of 143.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #05170C is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 23 12 -
CMYK 0.78 0 0.48 0.91
HSL 143.33º 0.64% 0.05% -
HSV(B) 143.33º 0.78% 0.09% -
XYZ 0.44 0.67 0.45 -
YUV 16.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 5 23 12 0.78 0 0.48 0.91 143.33 0.64 0.05
Hex 5 17 C 4E 0 30 5B 8F 40 5
Octal 5 27 14 116 0 60 133 217 100 5
Binary 101 10111 1100 1001110 0 110000 1011011 10001111 1000000 101

Color Harmonies of #05170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05170C

Black with #05170C

Text Example


Text Example

White with #05170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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