#1A502E

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

Shades of Crusoe #1A502E

Tints of Crusoe #1A502E

Color information

#1A502E (or 0x1A502E) is unknown color: approx Crusoe. HEX triplet: 1A, 50 and 2E. RGB value is (26,80,46). Sum of RGB (Red+Green+Blue) = 26+80+46=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #1A502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A502E is #E5AFD1. Grayscale: #3C3C3C. Windows color (decimal): -15052754 or 3035162. OLE color: 3035162.

HSL color Cylindrical-coordinate representation of color #1A502E: hue angle of 142.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A502E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB268046-
CMYK0.6700.420.69
HSL142.22º50.94%20.78%-
HSV(B)142.22º67.5%31.37%-
XYZ3.796.153.57-
YUV59.98120.11103.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.11%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=17.11%
G=52.63%
B=30.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680460.6700.420.69142.2250.9420.78
Hex1A502E4302A458e3315
Octal32120561030521052166325
Binary1101010100001011101000011010101010001011000111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,80,46); }

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

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

 a { background-color: rgb(26,80,46); }

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

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

 span { border-color: rgb(26,80,46); }

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