#1E5629

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

Shades of Crusoe #1E5629

Tints of Crusoe #1E5629

Color information

#1E5629 (or 0x1E5629) is unknown color: approx Crusoe. HEX triplet: 1E, 56 and 29. RGB value is (30,86,41). Sum of RGB (Red+Green+Blue) = 30+86+41=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5629 is #E1A9D6. Grayscale: #404040. Windows color (decimal): -14789079 or 2709022. OLE color: 2709022.

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

Color convert

RGB308641-
CMYK0.6500.520.66
HSL131.79º48.28%22.75%-
HSV(B)131.79º65.12%33.73%-
XYZ4.267.093.24-
YUV64.13114.95103.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=19.11%
G=54.78%
B=26.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3086410.6500.520.66131.7948.2822.75
Hex1E56294103442843017
Octal36126511010641022046027
Binary1111010101101010011000001011010010000101000010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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