#248D49

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

Shades of Sea Green #248D49

Tints of Sea Green #248D49

Color information

#248D49 (or 0x248D49) is unknown color: approx Sea Green. HEX triplet: 24, 8D and 49. RGB value is (36,141,73). Sum of RGB (Red+Green+Blue) = 36+141+73=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #248D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D49 is #DB72B6. Grayscale: #666666. Windows color (decimal): -14381751 or 4820260. OLE color: 4820260.

HSL color Cylindrical-coordinate representation of color #248D49: hue angle of 141.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D49 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB3614173-
CMYK0.7400.480.45
HSL141.14º59.32%34.71%-
HSV(B)141.14º74.47%55.29%-
XYZ11.4619.919.54-
YUV101.85111.7181.03-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 141 (55.47% from 255) = 56.4%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=14.4%
G=56.4%
B=29.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141730.7400.480.45141.1459.3234.71
Hex248D494A0302D8d3b23
Octal44215111112060552157343
Binary1001001000110110010011001010011000010110110001101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248D49; }

 p { color: rgb(36,141,73); }

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

<style>
 a { background-color: #248D49; }

 a { background-color: rgb(36,141,73); }

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

<style>
 span { border-color: #248D49; }

 span { border-color: rgb(36,141,73); }

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