Html Css Color HEX #05170E Dark Green

📋 copy color: '#05170E'

red 5 ◦ green 23 ◦ blue 14

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

Shades of Dark Green #05170E

Tints of Dark Green #05170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 33.33%

R = 11.9%
G = 54.76%
B = 33.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.39

 K value IS 0.91

RGB Variations

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

Color information

#05170E (or 0x05170E) is known color: Dark Green. HEX triplet: 05, 17 and 0E. RGB value is (5,23,14). Sum of RGB (Red+Green+Blue) = 5+23+14=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #05170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05170E is #FAE8F1. Grayscale: #101010. Windows color (decimal): -16443634 or 923397. OLE color: 923397.

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

Color convert

RGB 5 23 14 -
CMYK 0.78 0 0.39 0.91
HSL 150º 0.64% 0.05% -
HSV(B) 150º 0.78% 0.09% -
XYZ 0.45 0.68 0.52 -
YUV 16.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 5 23 14 0.78 0 0.39 0.91 150 0.64 0.05
Hex 5 17 E 4E 0 27 5B 96 40 5
Octal 5 27 16 116 0 47 133 226 100 5
Binary 101 10111 1110 1001110 0 100111 1011011 10010110 1000000 101

Color Harmonies of #05170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05170E

Black with #05170E

Text Example


Text Example

White with #05170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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