#308B48

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

Shades of Sea Green #308B48

Tints of Sea Green #308B48

Color information

#308B48 (or 0x308B48) is unknown color: approx Sea Green. HEX triplet: 30, 8B and 48. RGB value is (48,139,72). Sum of RGB (Red+Green+Blue) = 48+139+72=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #308B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B48 is #CF74B7. Grayscale: #686868. Windows color (decimal): -13595832 or 4754224. OLE color: 4754224.

HSL color Cylindrical-coordinate representation of color #308B48: hue angle of 135.82º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B48 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB4813972-
CMYK0.6500.480.45
HSL135.82º48.66%36.67%-
HSV(B)135.82º65.47%54.51%-
XYZ11.6219.569.29-
YUV104.15109.8587.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 139 (54.69% from 255) = 53.67%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=18.53%
G=53.67%
B=27.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139720.6500.480.45135.8248.6636.67
Hex308B48410302D883125
Octal60213110101060552106145
Binary1100001000101110010001000001011000010110110001000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308B48; }

 p { color: rgb(48,139,72); }

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

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

 a { background-color: rgb(48,139,72); }

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

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

 span { border-color: rgb(48,139,72); }

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