#248B42

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

Shades of Sea Green #248B42

Tints of Sea Green #248B42

Color information

#248B42 (or 0x248B42) is unknown color: approx Sea Green. HEX triplet: 24, 8B and 42. RGB value is (36,139,66). Sum of RGB (Red+Green+Blue) = 36+139+66=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #248B42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248B42 is #DB74BD. Grayscale: #646464. Windows color (decimal): -14382270 or 4360996. OLE color: 4360996.

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

Color convert

RGB3613966-
CMYK0.7400.530.45
HSL137.48º58.86%34.31%-
HSV(B)137.48º74.1%54.51%-
XYZ10.9419.238.29-
YUV99.88108.8882.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.94%
GREEN value IS 139 (54.69% from 255) = 57.68%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=14.94%
G=57.68%
B=27.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36139660.7400.530.45137.4858.8634.31
Hex248B424A0352D893b22
Octal44213102112065552117342
Binary1001001000101110000101001010011010110110110001001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,139,66); }

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

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

 a { background-color: rgb(36,139,66); }

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

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

 span { border-color: rgb(36,139,66); }

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