#1E582C

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

Shades of Crusoe #1E582C

Tints of Crusoe #1E582C

Color information

#1E582C (or 0x1E582C) is unknown color: approx Crusoe. HEX triplet: 1E, 58 and 2C. RGB value is (30,88,44). Sum of RGB (Red+Green+Blue) = 30+88+44=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #1E582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E582C is #E1A7D3. Grayscale: #414141. Windows color (decimal): -14788564 or 2906142. OLE color: 2906142.

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

Color convert

RGB308844-
CMYK0.6600.50.65
HSL134.48º49.15%23.14%-
HSV(B)134.48º65.91%34.51%-
XYZ4.487.443.58-
YUV65.64115.78102.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=18.52%
G=54.32%
B=27.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3088440.6600.50.65134.4849.1523.14
Hex1E582C4203241863117
Octal36130541020621012066127
Binary1111010110001011001000010011001010000011000011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,88,44); }

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

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

 a { background-color: rgb(30,88,44); }

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

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

 span { border-color: rgb(30,88,44); }

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