#1A9248

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

Shades of Sea Green #1A9248

Tints of Sea Green #1A9248

Color information

#1A9248 (or 0x1A9248) is unknown color: approx Sea Green. HEX triplet: 1A, 92 and 48. RGB value is (26,146,72). Sum of RGB (Red+Green+Blue) = 26+146+72=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A9248 is #E56DB7. Grayscale: #656565. Windows color (decimal): -15035832 or 4755994. OLE color: 4755994.

HSL color Cylindrical-coordinate representation of color #1A9248: hue angle of 143º 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 #1A9248 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB2614672-
CMYK0.8200.510.43
HSL143º69.77%33.73%-
HSV(B)143º82.19%57.25%-
XYZ11.8721.259.61-
YUV101.68111.2474.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.66%
GREEN value IS 146 (57.42% from 255) = 59.84%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=10.66%
G=59.84%
B=29.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal26146720.8200.510.4314369.7733.73
Hex1A9248520332B8f4622
Octal322221101220635321710642
Binary1101010010010100100010100100110011101011100011111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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