#1E572B

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

Shades of Crusoe #1E572B

Tints of Crusoe #1E572B

Color information

#1E572B (or 0x1E572B) is unknown color: approx Crusoe. HEX triplet: 1E, 57 and 2B. RGB value is (30,87,43). Sum of RGB (Red+Green+Blue) = 30+87+43=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 87 (34.38% from 255 or 54.38% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 87 - color contains mainly: green. Hex color #1E572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E572B is #E1A8D4. Grayscale: #414141. Windows color (decimal): -14788821 or 2840350. OLE color: 2840350.

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

Color convert

RGB308743-
CMYK0.6600.510.66
HSL133.68º48.72%22.94%-
HSV(B)133.68º65.52%34.12%-
XYZ4.387.273.46-
YUV64.94115.62103.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 87 (34.38% from 255) = 54.38%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=18.75%
G=54.38%
B=26.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3087430.6600.510.66133.6848.7222.94
Hex1E572B4203342863117
Octal36127531020631022066127
Binary1111010101111010111000010011001110000101000011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,87,43); }

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

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

 a { background-color: rgb(30,87,43); }

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

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

 span { border-color: rgb(30,87,43); }

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