Html Css Color HEX #115A2B Crusoe

📋 copy color: '#115A2B'

red 17 ◦ green 90 ◦ blue 43

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

Shades of Crusoe #115A2B

Tints of Crusoe #115A2B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60%

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 11.33%
G = 60%
B = 28.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#115A2B (or 0x115A2B) is known color: Crusoe. HEX triplet: 11, 5A and 2B. RGB value is (17,90,43). Sum of RGB (Red+Green+Blue) = 17+90+43=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #115A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A2B is #EEA5D4. Grayscale: #3E3E3E. Windows color (decimal): -15640021 or 2841105. OLE color: 2841105.

HSL color Cylindrical-coordinate representation of color #115A2B: hue angle of 141.37º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A2B is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 90 43 -
CMYK 0.81 0 0.52 0.65
HSL 141.37º 0.68% 0.21% -
HSV(B) 141.37º 0.81% 0.35% -
XYZ 4.32 7.61 3.53 -
YUV 62.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 17 90 43 0.81 0 0.52 0.65 141.37 0.68 0.21
Hex 11 5A 2B 51 0 34 41 8D 44 15
Octal 21 132 53 121 0 64 101 215 104 25
Binary 10001 1011010 101011 1010001 0 110100 1000001 10001101 1000100 10101

Color Harmonies of #115A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A2B

Black with #115A2B

Text Example


Text Example

White with #115A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,90,43); }

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

background-color css

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

 a { background-color: rgb(17,90,43); }

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

border-color css

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

 span { border-color: rgb(17,90,43); }

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