#1A6028

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

Shades of Crusoe #1A6028

Tints of Crusoe #1A6028

Color information

#1A6028 (or 0x1A6028) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 28. RGB value is (26,96,40). Sum of RGB (Red+Green+Blue) = 26+96+40=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6028 is #E59FD7. Grayscale: #444444. Windows color (decimal): -15048664 or 2646042. OLE color: 2646042.

HSL color Cylindrical-coordinate representation of color #1A6028: hue angle of 132º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6028 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB269640-
CMYK0.7300.580.62
HSL132º57.38%23.92%-
HSV(B)132º72.92%37.65%-
XYZ4.998.743.43-
YUV68.69111.8197.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.05%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=16.05%
G=59.26%
B=24.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696400.7300.580.6213257.3823.92
Hex1A60284903A3E843918
Octal3214050111072762047130
Binary110101100000101000100100101110101111101000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,40); }

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

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

 a { background-color: rgb(26,96,40); }

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

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

 span { border-color: rgb(26,96,40); }

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