#115F2E

Color #115F2E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #115F2E

Tints of Crusoe #115F2E

Color information

#115F2E (or 0x115F2E) is unknown color: approx Crusoe. HEX triplet: 11, 5F and 2E. RGB value is (17,95,46). Sum of RGB (Red+Green+Blue) = 17+95+46=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 95 (37.5% from 255 or 60.13% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 95 - color contains mainly: green. Hex color #115F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115F2E is #EEA0D1. Grayscale: #424242. Windows color (decimal): -15638738 or 3038993. OLE color: 3038993.

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

Color convert

RGB179546-
CMYK0.8200.520.63
HSL142.31º69.64%21.96%-
HSV(B)142.31º82.11%37.25%-
XYZ4.828.53.97-
YUV66.09116.6692.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 95 (37.5% from 255) = 60.13%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=10.76%
G=60.13%
B=29.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1795460.8200.520.63142.3169.6421.96
Hex115F2E520343F8e4616
Octal21137561220647721610626
Binary1000110111111011101010010011010011111110001110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #115F2E;
 }
 .AnyTagClassName
 {
   color: #115F2E;
 }
</style>
background-color css

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

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

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

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

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

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