#1A5C30

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

Shades of Crusoe #1A5C30

Tints of Crusoe #1A5C30

Color information

#1A5C30 (or 0x1A5C30) is unknown color: approx Crusoe. HEX triplet: 1A, 5C and 30. RGB value is (26,92,48). Sum of RGB (Red+Green+Blue) = 26+92+48=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5C30 is #E5A3CF. Grayscale: #434343. Windows color (decimal): -15049680 or 3169306. OLE color: 3169306.

HSL color Cylindrical-coordinate representation of color #1A5C30: hue angle of 140º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5C30 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB269248-
CMYK0.7200.480.64
HSL140º55.93%23.14%-
HSV(B)140º71.74%36.08%-
XYZ4.798.094.11-
YUV67.25117.1398.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 92 (36.33% from 255) = 55.42%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=15.66%
G=55.42%
B=28.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2692480.7200.480.6414055.9323.14
Hex1A5C3048030408c3817
Octal32134601100601002147027
Binary1101010111001100001001000011000010000001000110011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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