#1E592A

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

Shades of Crusoe #1E592A

Tints of Crusoe #1E592A

Color information

#1E592A (or 0x1E592A) is unknown color: approx Crusoe. HEX triplet: 1E, 59 and 2A. RGB value is (30,89,42). Sum of RGB (Red+Green+Blue) = 30+89+42=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #1E592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E592A is #E1A6D5. Grayscale: #424242. Windows color (decimal): -14788310 or 2775326. OLE color: 2775326.

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

Color convert

RGB308942-
CMYK0.6600.530.65
HSL132.2º49.58%23.33%-
HSV(B)132.2º66.29%34.9%-
XYZ4.537.593.42-
YUV66114.45102.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=18.63%
G=55.28%
B=26.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3089420.6600.530.65132.249.5823.33
Hex1E592A4203541843217
Octal36131521020651012046227
Binary1111010110011010101000010011010110000011000010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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