#1E562B

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

Shades of Crusoe #1E562B

Tints of Crusoe #1E562B

Color information

#1E562B (or 0x1E562B) is unknown color: approx Crusoe. HEX triplet: 1E, 56 and 2B. RGB value is (30,86,43). Sum of RGB (Red+Green+Blue) = 30+86+43=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #1E562B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E562B is #E1A9D4. Grayscale: #404040. Windows color (decimal): -14789077 or 2840094. OLE color: 2840094.

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

Color convert

RGB308643-
CMYK0.6500.500.66
HSL133.93º48.28%22.75%-
HSV(B)133.93º65.12%33.73%-
XYZ4.37.113.43-
YUV64.35115.95103.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.87%
GREEN value IS 86 (33.98% from 255) = 54.09%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=18.87%
G=54.09%
B=27.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3086430.6500.500.66133.9348.2822.75
Hex1E562B4103242863017
Octal36126531010621022066027
Binary1111010101101010111000001011001010000101000011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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