Html Css Color HEX #115D47 Jewel

📋 copy color: '#115D47'

red 17 ◦ green 93 ◦ blue 71

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

Shades of Jewel #115D47

Tints of Jewel #115D47

RGB

 RED value IS 17 (7.03% from 255) = 9.39%

 GREEN value IS 93 (36.72% from 255) = 51.38%

 BLUE value IS 71 (28.13% from 255) = 39.23%

R = 9.39%
G = 51.38%
B = 39.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#115D47 (or 0x115D47) is known color: Jewel. HEX triplet: 11, 5D and 47. RGB value is (17,93,71). Sum of RGB (Red+Green+Blue) = 17+93+71=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #115D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115D47 is #EEA2B8. Grayscale: #434343. Windows color (decimal): -15639225 or 4676881. OLE color: 4676881.

HSL color Cylindrical-coordinate representation of color #115D47: hue angle of 162.63º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D47 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 93 71 -
CMYK 0.82 0 0.24 0.64
HSL 162.63º 0.69% 0.22% -
HSV(B) 162.63º 0.82% 0.36% -
XYZ 5.28 8.4 7.3 -
YUV 67.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 17 93 71 0.82 0 0.24 0.64 162.63 0.69 0.22
Hex 11 5D 47 52 0 18 40 A3 45 16
Octal 21 135 107 122 0 30 100 243 105 26
Binary 10001 1011101 1000111 1010010 0 11000 1000000 10100011 1000101 10110

Color Harmonies of #115D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D47

Black with #115D47

Text Example


Text Example

White with #115D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115D47; }

 p { color: rgb(17,93,71); }

 H1.HeaderClassName
 {
   color: #115D47;
 }
 .AnyTagClassName
 {
   color: #115D47;
 }
</style>

background-color css

<style>
 a { background-color: #115D47; }

 a { background-color: rgb(17,93,71); }

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

border-color css

<style>
 span { border-color: #115D47; }

 span { border-color: rgb(17,93,71); }

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