#1E562A

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

Shades of Crusoe #1E562A

Tints of Crusoe #1E562A

Color information

#1E562A (or 0x1E562A) is unknown color: approx Crusoe. HEX triplet: 1E, 56 and 2A. RGB value is (30,86,42). Sum of RGB (Red+Green+Blue) = 30+86+42=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #1E562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E562A is #E1A9D5. Grayscale: #404040. Windows color (decimal): -14789078 or 2774558. OLE color: 2774558.

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

Color convert

RGB308642-
CMYK0.6500.510.66
HSL132.86º48.28%22.75%-
HSV(B)132.86º65.12%33.73%-
XYZ4.287.13.34-
YUV64.24115.45103.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 86 (33.98% from 255) = 54.43%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=18.99%
G=54.43%
B=26.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3086420.6500.510.66132.8648.2822.75
Hex1E562A4103342853017
Octal36126521010631022056027
Binary1111010101101010101000001011001110000101000010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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