#1A6141

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

Shades of Fun Green #1A6141

Tints of Fun Green #1A6141

Color information

#1A6141 (or 0x1A6141) is unknown color: approx Fun Green. HEX triplet: 1A, 61 and 41. RGB value is (26,97,65). Sum of RGB (Red+Green+Blue) = 26+97+65=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #1A6141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6141 is #E59EBE. Grayscale: #484848. Windows color (decimal): -15048383 or 4284698. OLE color: 4284698.

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

Color convert

RGB269765-
CMYK0.7300.330.62
HSL152.96º57.72%24.12%-
HSV(B)152.96º73.2%38.04%-
XYZ5.659.156.47-
YUV72.12123.9895.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=13.83%
G=51.60%
B=34.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697650.7300.330.62152.9657.7224.12
Hex1A6141490213E993a18
Octal32141101111041762317230
Binary1101011000011000001100100101000011111101001100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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