#248D5D

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

Shades of Sea Green #248D5D

Tints of Sea Green #248D5D

Color information

#248D5D (or 0x248D5D) is unknown color: approx Sea Green. HEX triplet: 24, 8D and 5D. RGB value is (36,141,93). Sum of RGB (Red+Green+Blue) = 36+141+93=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #248D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D5D is #DB72A2. Grayscale: #686868. Windows color (decimal): -14381731 or 6130980. OLE color: 6130980.

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

Color convert

RGB3614193-
CMYK0.7400.340.45
HSL152.57º59.32%34.71%-
HSV(B)152.57º74.47%55.29%-
XYZ12.2320.2213.61-
YUV104.13121.7179.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.33%
GREEN value IS 141 (55.47% from 255) = 52.22%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=13.33%
G=52.22%
B=34.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141930.7400.340.45152.5759.3234.71
Hex248D5D4A0222D993b23
Octal44215135112042552317343
Binary1001001000110110111011001010010001010110110011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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