#1E5B29

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

Shades of Crusoe #1E5B29

Tints of Crusoe #1E5B29

Color information

#1E5B29 (or 0x1E5B29) is unknown color: approx Crusoe. HEX triplet: 1E, 5B and 29. RGB value is (30,91,41). Sum of RGB (Red+Green+Blue) = 30+91+41=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #1E5B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5B29 is #E1A4D6. Grayscale: #434343. Windows color (decimal): -14787799 or 2710302. OLE color: 2710302.

HSL color Cylindrical-coordinate representation of color #1E5B29: hue angle of 130.82º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5B29 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB309141-
CMYK0.6700.550.64
HSL130.82º50.41%23.73%-
HSV(B)130.82º67.03%35.69%-
XYZ4.687.923.38-
YUV67.06113.29101.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 91 (35.94% from 255) = 56.17%
BLUE value IS 41 (16.41% from 255) = 25.31%
R=18.52%
G=56.17%
B=25.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3091410.6700.550.64130.8250.4123.73
Hex1E5B294303740833218
Octal36133511030671002036230
Binary1111010110111010011000011011011110000001000001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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