#1A5942

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

Shades of Fun Green #1A5942

Tints of Fun Green #1A5942

Color information

#1A5942 (or 0x1A5942) is unknown color: approx Fun Green. HEX triplet: 1A, 59 and 42. RGB value is (26,89,66). Sum of RGB (Red+Green+Blue) = 26+89+66=181 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.36% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #1A5942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5942 is #E5A6BD. Grayscale: #434343. Windows color (decimal): -15050430 or 4348186. OLE color: 4348186.

HSL color Cylindrical-coordinate representation of color #1A5942: hue angle of 158.1º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5942 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB268966-
CMYK0.7100.260.65
HSL158.1º54.78%22.55%-
HSV(B)158.1º70.79%34.9%-
XYZ4.987.766.39-
YUV67.54127.1398.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.36%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=14.36%
G=49.17%
B=36.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2689660.7100.260.65158.154.7822.55
Hex1A59424701A419e3717
Octal321311021070321012366727
Binary1101010110011000010100011101101010000011001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,89,66); }

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

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

 a { background-color: rgb(26,89,66); }

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

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

 span { border-color: rgb(26,89,66); }

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