Html Css Color HEX #115B2D Crusoe

📋 copy color: '#115B2D'

red 17 ◦ green 91 ◦ blue 45

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

Shades of Crusoe #115B2D

Tints of Crusoe #115B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 59.48%

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 11.11%
G = 59.48%
B = 29.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#115B2D (or 0x115B2D) is known color: Crusoe. HEX triplet: 11, 5B and 2D. RGB value is (17,91,45). Sum of RGB (Red+Green+Blue) = 17+91+45=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #115B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B2D is #EEA4D2. Grayscale: #3F3F3F. Windows color (decimal): -15639763 or 2972433. OLE color: 2972433.

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

Color convert

RGB 17 91 45 -
CMYK 0.81 0 0.51 0.64
HSL 142.7º 0.69% 0.21% -
HSV(B) 142.7º 0.81% 0.36% -
XYZ 4.45 7.79 3.75 -
YUV 63.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 17 91 45 0.81 0 0.51 0.64 142.7 0.69 0.21
Hex 11 5B 2D 51 0 33 40 8F 45 15
Octal 21 133 55 121 0 63 100 217 105 25
Binary 10001 1011011 101101 1010001 0 110011 1000000 10001111 1000101 10101

Color Harmonies of #115B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B2D

Black with #115B2D

Text Example


Text Example

White with #115B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,45); }

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

background-color css

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

 a { background-color: rgb(17,91,45); }

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

border-color css

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

 span { border-color: rgb(17,91,45); }

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