#248848

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

Shades of Sea Green #248848

Tints of Sea Green #248848

Color information

#248848 (or 0x248848) is unknown color: approx Sea Green. HEX triplet: 24, 88 and 48. RGB value is (36,136,72). Sum of RGB (Red+Green+Blue) = 36+136+72=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #248848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248848 is #DB77B7. Grayscale: #626262. Windows color (decimal): -14383032 or 4753444. OLE color: 4753444.

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

Color convert

RGB3613672-
CMYK0.7400.470.47
HSL141.6º58.14%33.73%-
HSV(B)141.6º73.53%53.33%-
XYZ10.718.459.13-
YUV98.8112.8783.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 136 (53.52% from 255) = 55.74%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=14.75%
G=55.74%
B=29.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36136720.7400.470.47141.658.1433.73
Hex2488484A02F2F8e3a22
Octal44210110112057572167242
Binary1001001000100010010001001010010111110111110001110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248848; }

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

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

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

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

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

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

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

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