#1A6240

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

Shades of Fun Green #1A6240

Tints of Fun Green #1A6240

Color information

#1A6240 (or 0x1A6240) is unknown color: approx Fun Green. HEX triplet: 1A, 62 and 40. RGB value is (26,98,64). Sum of RGB (Red+Green+Blue) = 26+98+64=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #1A6240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6240 is #E59DBF. Grayscale: #484848. Windows color (decimal): -15048128 or 4219418. OLE color: 4219418.

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

Color convert

RGB269864-
CMYK0.7300.350.62
HSL151.67º58.06%24.31%-
HSV(B)151.67º73.47%38.43%-
XYZ5.729.336.35-
YUV72.6123.1594.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 98 (38.67% from 255) = 52.13%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=13.83%
G=52.13%
B=34.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698640.7300.350.62151.6758.0624.31
Hex1A6240490233E983a18
Octal32142100111043762307230
Binary1101011000101000000100100101000111111101001100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,64); }

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

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

 a { background-color: rgb(26,98,64); }

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

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

 span { border-color: rgb(26,98,64); }

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