#105F28

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

Shades of Crusoe #105F28

Tints of Crusoe #105F28

Color information

#105F28 (or 0x105F28) is unknown color: approx Crusoe. HEX triplet: 10, 5F and 28. RGB value is (16,95,40). Sum of RGB (Red+Green+Blue) = 16+95+40=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #105F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F28 is #EFA0D7. Grayscale: #414141. Windows color (decimal): -15704280 or 2645776. OLE color: 2645776.

HSL color Cylindrical-coordinate representation of color #105F28: hue angle of 138.23º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F28 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB169540-
CMYK0.8300.580.63
HSL138.23º71.17%21.76%-
HSV(B)138.23º83.16%37.25%-
XYZ4.698.453.39-
YUV65.11113.8392.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 95 (37.5% from 255) = 62.91%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=10.60%
G=62.91%
B=26.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1695400.8300.580.63138.2371.1721.76
Hex105F285303A3F8a4716
Octal20137501230727721210726
Binary1000010111111010001010011011101011111110001010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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