#248A4F

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

Shades of Sea Green #248A4F

Tints of Sea Green #248A4F

Color information

#248A4F (or 0x248A4F) is unknown color: approx Sea Green. HEX triplet: 24, 8A and 4F. RGB value is (36,138,79). Sum of RGB (Red+Green+Blue) = 36+138+79=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #248A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A4F is #DB75B0. Grayscale: #646464. Windows color (decimal): -14382513 or 5212708. OLE color: 5212708.

HSL color Cylindrical-coordinate representation of color #248A4F: hue angle of 145.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A4F is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB3613879-
CMYK0.7400.430.46
HSL145.29º58.62%34.12%-
HSV(B)145.29º73.91%54.12%-
XYZ11.2319.1210.5-
YUV100.78115.7181.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.23%
GREEN value IS 138 (54.30% from 255) = 54.55%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=14.23%
G=54.55%
B=31.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138790.7400.430.46145.2958.6234.12
Hex248A4F4A02B2E913b22
Octal44212117112053562217342
Binary1001001000101010011111001010010101110111010010001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,138,79); }

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

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

 a { background-color: rgb(36,138,79); }

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

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

 span { border-color: rgb(36,138,79); }

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