#1A582F

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

Shades of Crusoe #1A582F

Tints of Crusoe #1A582F

Color information

#1A582F (or 0x1A582F) is unknown color: approx Crusoe. HEX triplet: 1A, 58 and 2F. RGB value is (26,88,47). Sum of RGB (Red+Green+Blue) = 26+88+47=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #1A582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A582F is #E5A7D0. Grayscale: #404040. Windows color (decimal): -15050705 or 3102746. OLE color: 3102746.

HSL color Cylindrical-coordinate representation of color #1A582F: hue angle of 140.32º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A582F is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB268847-
CMYK0.7000.470.65
HSL140.32º54.39%22.35%-
HSV(B)140.32º70.45%34.51%-
XYZ4.437.43.89-
YUV64.79117.96100.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=16.15%
G=54.66%
B=29.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2688470.7000.470.65140.3254.3922.35
Hex1A582F4602F418c3616
Octal32130571060571012146626
Binary1101010110001011111000110010111110000011000110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,88,47); }

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

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

 a { background-color: rgb(26,88,47); }

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

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

 span { border-color: rgb(26,88,47); }

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