#248F4A

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

Shades of Sea Green #248F4A

Tints of Sea Green #248F4A

Color information

#248F4A (or 0x248F4A) is unknown color: approx Sea Green. HEX triplet: 24, 8F and 4A. RGB value is (36,143,74). Sum of RGB (Red+Green+Blue) = 36+143+74=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #248F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248F4A is #DB70B5. Grayscale: #676767. Windows color (decimal): -14381238 or 4886308. OLE color: 4886308.

HSL color Cylindrical-coordinate representation of color #248F4A: hue angle of 141.31º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F4A is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB3614374-
CMYK0.7500.480.44
HSL141.31º59.78%35.1%-
HSV(B)141.31º74.83%56.08%-
XYZ11.7920.519.82-
YUV103.14111.5580.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 143 (56.25% from 255) = 56.52%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=14.23%
G=56.52%
B=29.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143740.7500.480.44141.3159.7835.1
Hex248F4A4B0302C8d3c23
Octal44217112113060542157443
Binary1001001000111110010101001011011000010110010001101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,74); }

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

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

 a { background-color: rgb(36,143,74); }

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

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

 span { border-color: rgb(36,143,74); }

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