#248748

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

Shades of Sea Green #248748

Tints of Sea Green #248748

Color information

#248748 (or 0x248748) is unknown color: approx Sea Green. HEX triplet: 24, 87 and 48. RGB value is (36,135,72). Sum of RGB (Red+Green+Blue) = 36+135+72=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #248748 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248748 is #DB78B7. Grayscale: #626262. Windows color (decimal): -14383288 or 4753188. OLE color: 4753188.

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

Color convert

RGB3613572-
CMYK0.7300.470.47
HSL141.82º57.89%33.53%-
HSV(B)141.82º73.33%52.94%-
XYZ10.5618.179.08-
YUV98.22113.283.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.81%
GREEN value IS 135 (53.12% from 255) = 55.56%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=14.81%
G=55.56%
B=29.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36135720.7300.470.47141.8257.8933.53
Hex2487484902F2F8e3a22
Octal44207110111057572167242
Binary1001001000011110010001001001010111110111110001110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248748; }

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

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

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

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

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

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

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

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