#248D45

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

Shades of Sea Green #248D45

Tints of Sea Green #248D45

Color information

#248D45 (or 0x248D45) is unknown color: approx Sea Green. HEX triplet: 24, 8D and 45. RGB value is (36,141,69). Sum of RGB (Red+Green+Blue) = 36+141+69=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #248D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248D45 is #DB72BA. Grayscale: #656565. Windows color (decimal): -14381755 or 4558116. OLE color: 4558116.

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

Color convert

RGB3614169-
CMYK0.7400.510.45
HSL138.86º59.32%34.71%-
HSV(B)138.86º74.47%55.29%-
XYZ11.3319.858.87-
YUV101.4109.7181.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.63%
GREEN value IS 141 (55.47% from 255) = 57.32%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=14.63%
G=57.32%
B=28.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141690.7400.510.45138.8659.3234.71
Hex248D454A0332D8b3b23
Octal44215105112063552137343
Binary1001001000110110001011001010011001110110110001011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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