#1E5929

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

Shades of Crusoe #1E5929

Tints of Crusoe #1E5929

Color information

#1E5929 (or 0x1E5929) is unknown color: approx Crusoe. HEX triplet: 1E, 59 and 29. RGB value is (30,89,41). Sum of RGB (Red+Green+Blue) = 30+89+41=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5929 is #E1A6D6. Grayscale: #424242. Windows color (decimal): -14788311 or 2709790. OLE color: 2709790.

HSL color Cylindrical-coordinate representation of color #1E5929: hue angle of 131.19º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5929 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB308941-
CMYK0.6600.540.65
HSL131.19º49.58%23.33%-
HSV(B)131.19º66.29%34.9%-
XYZ4.517.583.32-
YUV65.89113.95102.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 89 (35.16% from 255) = 55.62%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=18.75%
G=55.62%
B=25.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3089410.6600.540.65131.1949.5823.33
Hex1E59294203641833217
Octal36131511020661012036227
Binary1111010110011010011000010011011010000011000001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E5929; }

 p { color: rgb(30,89,41); }

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

<style>
 a { background-color: #1E5929; }

 a { background-color: rgb(30,89,41); }

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

<style>
 span { border-color: #1E5929; }

 span { border-color: rgb(30,89,41); }

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