#1A6142

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

Shades of Fun Green #1A6142

Tints of Fun Green #1A6142

Color information

#1A6142 (or 0x1A6142) is unknown color: approx Fun Green. HEX triplet: 1A, 61 and 42. RGB value is (26,97,66). Sum of RGB (Red+Green+Blue) = 26+97+66=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6142 is #E59EBD. Grayscale: #484848. Windows color (decimal): -15048382 or 4350234. OLE color: 4350234.

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

Color convert

RGB269766-
CMYK0.7300.320.62
HSL153.8º57.72%24.12%-
HSV(B)153.8º73.2%38.04%-
XYZ5.689.166.62-
YUV72.24124.4895.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=13.76%
G=51.32%
B=34.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697660.7300.320.62153.857.7224.12
Hex1A6142490203E9a3a18
Octal32141102111040762327230
Binary1101011000011000010100100101000001111101001101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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