Html Css Color HEX #115F43 Jewel

📋 copy color: '#115F43'

red 17 ◦ green 95 ◦ blue 67

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

Shades of Jewel #115F43

Tints of Jewel #115F43

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.07%

 BLUE value IS 67 (26.56% from 255) = 37.43%

R = 9.5%
G = 53.07%
B = 37.43%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#115F43 (or 0x115F43) is known color: Jewel. HEX triplet: 11, 5F and 43. RGB value is (17,95,67). Sum of RGB (Red+Green+Blue) = 17+95+67=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #115F43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115F43 is #EEA0BC. Grayscale: #444444. Windows color (decimal): -15638717 or 4415249. OLE color: 4415249.

HSL color Cylindrical-coordinate representation of color #115F43: hue angle of 158.46º degrees, saturation: 0.7, 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 #115F43 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 95 67 -
CMYK 0.82 0 0.29 0.63
HSL 158.46º 0.7% 0.22% -
HSV(B) 158.46º 0.82% 0.37% -
XYZ 5.34 8.71 6.71 -
YUV 68.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 17 95 67 0.82 0 0.29 0.63 158.46 0.7 0.22
Hex 11 5F 43 52 0 1D 3F 9E 46 16
Octal 21 137 103 122 0 35 77 236 106 26
Binary 10001 1011111 1000011 1010010 0 11101 111111 10011110 1000110 10110

Color Harmonies of #115F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F43

Black with #115F43

Text Example


Text Example

White with #115F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,95,67); }

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

background-color css

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

 a { background-color: rgb(17,95,67); }

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

border-color css

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

 span { border-color: rgb(17,95,67); }

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