#1E572F

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

Shades of Crusoe #1E572F

Tints of Crusoe #1E572F

Color information

#1E572F (or 0x1E572F) is unknown color: approx Crusoe. HEX triplet: 1E, 57 and 2F. RGB value is (30,87,47). Sum of RGB (Red+Green+Blue) = 30+87+47=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #1E572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E572F is #E1A8D0. Grayscale: #414141. Windows color (decimal): -14788817 or 3102494. OLE color: 3102494.

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

Color convert

RGB308747-
CMYK0.6600.460.66
HSL137.89º48.72%22.94%-
HSV(B)137.89º65.52%34.12%-
XYZ4.467.33.86-
YUV65.4117.62102.75-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.29%
GREEN value IS 87 (34.38% from 255) = 53.05%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=18.29%
G=53.05%
B=28.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3087470.6600.460.66137.8948.7222.94
Hex1E572F4202E428a3117
Octal36127571020561022126127
Binary1111010101111011111000010010111010000101000101011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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