#248648

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

Shades of Sea Green #248648

Tints of Sea Green #248648

Color information

#248648 (or 0x248648) is unknown color: approx Sea Green. HEX triplet: 24, 86 and 48. RGB value is (36,134,72). Sum of RGB (Red+Green+Blue) = 36+134+72=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #248648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248648 is #DB79B7. Grayscale: #616161. Windows color (decimal): -14383544 or 4752932. OLE color: 4752932.

HSL color Cylindrical-coordinate representation of color #248648: hue angle of 142.04º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248648 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB3613472-
CMYK0.7300.460.47
HSL142.04º57.65%33.33%-
HSV(B)142.04º73.13%52.55%-
XYZ10.4217.899.04-
YUV97.63113.5384.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.88%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=14.88%
G=55.37%
B=29.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36134720.7300.460.47142.0457.6533.33
Hex2486484902E2F8e3a21
Octal44206110111056572167241
Binary1001001000011010010001001001010111010111110001110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248648; }

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

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

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

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

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

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

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

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