#1A602C

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

Shades of Crusoe #1A602C

Tints of Crusoe #1A602C

Color information

#1A602C (or 0x1A602C) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 2C. RGB value is (26,96,44). Sum of RGB (Red+Green+Blue) = 26+96+44=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #1A602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A602C is #E59FD3. Grayscale: #454545. Windows color (decimal): -15048660 or 2908186. OLE color: 2908186.

HSL color Cylindrical-coordinate representation of color #1A602C: hue angle of 135.43º 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 #1A602C is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB269644-
CMYK0.7300.540.62
HSL135.43º57.38%23.92%-
HSV(B)135.43º72.92%37.65%-
XYZ5.068.773.81-
YUV69.14113.8197.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=15.66%
G=57.83%
B=26.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696440.7300.540.62135.4357.3823.92
Hex1A602C490363E873918
Octal3214054111066762077130
Binary110101100000101100100100101101101111101000011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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