#1A9252

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

Shades of Sea Green #1A9252

Tints of Sea Green #1A9252

Color information

#1A9252 (or 0x1A9252) is unknown color: approx Sea Green. HEX triplet: 1A, 92 and 52. RGB value is (26,146,82). Sum of RGB (Red+Green+Blue) = 26+146+82=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9252 is #E56DAD. Grayscale: #666666. Windows color (decimal): -15035822 or 5411354. OLE color: 5411354.

HSL color Cylindrical-coordinate representation of color #1A9252: hue angle of 148º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9252 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB2614682-
CMYK0.8200.440.43
HSL148º69.77%33.73%-
HSV(B)148º82.19%57.25%-
XYZ12.2321.3911.47-
YUV102.82116.2473.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 146 (57.42% from 255) = 57.48%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=10.24%
G=57.48%
B=32.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146820.8200.440.4314869.7733.73
Hex1A92525202C2B944622
Octal322221221220545322410642
Binary1101010010010101001010100100101100101011100101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,82); }

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

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

 a { background-color: rgb(26,146,82); }

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

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

 span { border-color: rgb(26,146,82); }

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