#1E5932

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

Shades of Crusoe #1E5932

Tints of Crusoe #1E5932

Color information

#1E5932 (or 0x1E5932) is unknown color: approx Crusoe. HEX triplet: 1E, 59 and 32. RGB value is (30,89,50). Sum of RGB (Red+Green+Blue) = 30+89+50=169 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.75% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #1E5932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5932 is #E1A6CD. Grayscale: #434343. Windows color (decimal): -14788302 or 3299614. OLE color: 3299614.

HSL color Cylindrical-coordinate representation of color #1E5932: hue angle of 140.34º 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 #1E5932 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB308950-
CMYK0.6600.440.65
HSL140.34º49.58%23.33%-
HSV(B)140.34º66.29%34.9%-
XYZ4.687.654.25-
YUV66.91118.45101.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.75%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=17.75%
G=52.66%
B=29.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3089500.6600.440.65140.3449.5823.33
Hex1E59324202C418c3217
Octal36131621020541012146227
Binary1111010110011100101000010010110010000011000110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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