Html Css Color HEX #115F28 Crusoe

📋 copy color: '#115F28'

red 17 ◦ green 95 ◦ blue 40

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

Shades of Crusoe #115F28

Tints of Crusoe #115F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 11.18%
G = 62.5%
B = 26.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#115F28 (or 0x115F28) is known color: Crusoe. HEX triplet: 11, 5F and 28. RGB value is (17,95,40). Sum of RGB (Red+Green+Blue) = 17+95+40=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 95 (37.5% from 255 or 62.5% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 95 - color contains mainly: green. Hex color #115F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115F28 is #EEA0D7. Grayscale: #414141. Windows color (decimal): -15638744 or 2645777. OLE color: 2645777.

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

Color convert

RGB 17 95 40 -
CMYK 0.82 0 0.58 0.63
HSL 137.69º 0.7% 0.22% -
HSV(B) 137.69º 0.82% 0.37% -
XYZ 4.71 8.46 3.39 -
YUV 65.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 17 95 40 0.82 0 0.58 0.63 137.69 0.7 0.22
Hex 11 5F 28 52 0 3A 3F 8A 46 16
Octal 21 137 50 122 0 72 77 212 106 26
Binary 10001 1011111 101000 1010010 0 111010 111111 10001010 1000110 10110

Color Harmonies of #115F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F28

Black with #115F28

Text Example


Text Example

White with #115F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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