#1E582E

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

Shades of Crusoe #1E582E

Tints of Crusoe #1E582E

Color information

#1E582E (or 0x1E582E) is unknown color: approx Crusoe. HEX triplet: 1E, 58 and 2E. RGB value is (30,88,46). Sum of RGB (Red+Green+Blue) = 30+88+46=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #1E582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E582E is #E1A7D1. Grayscale: #414141. Windows color (decimal): -14788562 or 3037214. OLE color: 3037214.

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

Color convert

RGB308846-
CMYK0.6600.480.65
HSL136.55º49.15%23.14%-
HSV(B)136.55º65.91%34.51%-
XYZ4.527.453.79-
YUV65.87116.78102.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.29%
GREEN value IS 88 (34.77% from 255) = 53.66%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=18.29%
G=53.66%
B=28.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3088460.6600.480.65136.5549.1523.14
Hex1E582E4203041893117
Octal36130561020601012116127
Binary1111010110001011101000010011000010000011000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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