#248448

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

Shades of Sea Green #248448

Tints of Sea Green #248448

Color information

#248448 (or 0x248448) is unknown color: approx Sea Green. HEX triplet: 24, 84 and 48. RGB value is (36,132,72). Sum of RGB (Red+Green+Blue) = 36+132+72=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #248448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248448 is #DB7BB7. Grayscale: #606060. Windows color (decimal): -14384056 or 4752420. OLE color: 4752420.

HSL color Cylindrical-coordinate representation of color #248448: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248448 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB3613272-
CMYK0.7300.450.48
HSL142.5º57.14%32.94%-
HSV(B)142.5º72.73%51.76%-
XYZ10.1517.358.94-
YUV96.46114.284.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 72 (28.52% from 255) = 30%
R=15%
G=55%
B=30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal36132720.7300.450.48142.557.1432.94
Hex2484484902D308e3921
Octal44204110111055602167141
Binary1001001000010010010001001001010110111000010001110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248448; }

 p { color: rgb(36,132,72); }

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

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

 a { background-color: rgb(36,132,72); }

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

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

 span { border-color: rgb(36,132,72); }

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