#248D46

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

Shades of Sea Green #248D46

Tints of Sea Green #248D46

Color information

#248D46 (or 0x248D46) is unknown color: approx Sea Green. HEX triplet: 24, 8D and 46. RGB value is (36,141,70). Sum of RGB (Red+Green+Blue) = 36+141+70=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #248D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D46 is #DB72B9. Grayscale: #656565. Windows color (decimal): -14381754 or 4623652. OLE color: 4623652.

HSL color Cylindrical-coordinate representation of color #248D46: hue angle of 139.43º 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 #248D46 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB3614170-
CMYK0.7400.500.45
HSL139.43º59.32%34.71%-
HSV(B)139.43º74.47%55.29%-
XYZ11.3619.879.03-
YUV101.51110.2181.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 141 (55.47% from 255) = 57.09%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=14.57%
G=57.09%
B=28.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141700.7400.500.45139.4359.3234.71
Hex248D464A0322D8b3b23
Octal44215106112062552137343
Binary1001001000110110001101001010011001010110110001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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