#1A5030

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

Shades of Crusoe #1A5030

Tints of Crusoe #1A5030

Color information

#1A5030 (or 0x1A5030) is unknown color: approx Crusoe. HEX triplet: 1A, 50 and 30. RGB value is (26,80,48). Sum of RGB (Red+Green+Blue) = 26+80+48=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #1A5030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5030 is #E5AFCF. Grayscale: #3C3C3C. Windows color (decimal): -15052752 or 3166234. OLE color: 3166234.

HSL color Cylindrical-coordinate representation of color #1A5030: hue angle of 144.44º 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 #1A5030 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB268048-
CMYK0.6700.400.69
HSL144.44º50.94%20.78%-
HSV(B)144.44º67.5%31.37%-
XYZ3.836.173.79-
YUV60.21121.11103.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=16.88%
G=51.95%
B=31.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2680480.6700.400.69144.4450.9420.78
Hex1A50304302845903315
Octal32120601030501052206325
Binary1101010100001100001000011010100010001011001000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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