Html Css Color HEX #115E42 Jewel

📋 copy color: '#115E42'

red 17 ◦ green 94 ◦ blue 66

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

Shades of Jewel #115E42

Tints of Jewel #115E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.11%

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 9.6%
G = 53.11%
B = 37.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#115E42 (or 0x115E42) is known color: Jewel. HEX triplet: 11, 5E and 42. RGB value is (17,94,66). Sum of RGB (Red+Green+Blue) = 17+94+66=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #115E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E42 is #EEA1BD. Grayscale: #434343. Windows color (decimal): -15638974 or 4349457. OLE color: 4349457.

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

Color convert

RGB 17 94 66 -
CMYK 0.82 0 0.30 0.63
HSL 158.18º 0.69% 0.22% -
HSV(B) 158.18º 0.82% 0.37% -
XYZ 5.22 8.52 6.52 -
YUV 67.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 17 94 66 0.82 0 0.30 0.63 158.18 0.69 0.22
Hex 11 5E 42 52 0 1E 3F 9E 45 16
Octal 21 136 102 122 0 36 77 236 105 26
Binary 10001 1011110 1000010 1010010 0 11110 111111 10011110 1000101 10110

Color Harmonies of #115E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E42

Black with #115E42

Text Example


Text Example

White with #115E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,94,66); }

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

background-color css

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

 a { background-color: rgb(17,94,66); }

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

border-color css

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

 span { border-color: rgb(17,94,66); }

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