#308D4A

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

Shades of Sea Green #308D4A

Tints of Sea Green #308D4A

Color information

#308D4A (or 0x308D4A) is unknown color: approx Sea Green. HEX triplet: 30, 8D and 4A. RGB value is (48,141,74). Sum of RGB (Red+Green+Blue) = 48+141+74=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #308D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D4A is #CF72B5. Grayscale: #696969. Windows color (decimal): -13595318 or 4885808. OLE color: 4885808.

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

Color convert

RGB4814174-
CMYK0.6600.480.45
HSL136.77º49.21%37.06%-
HSV(B)136.77º65.96%55.29%-
XYZ11.9820.179.74-
YUV105.56110.1986.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 141 (55.47% from 255) = 53.61%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=18.25%
G=53.61%
B=28.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141740.6600.480.45136.7749.2137.06
Hex308D4A420302D893125
Octal60215112102060552116145
Binary1100001000110110010101000010011000010110110001001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,141,74); }

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

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

 a { background-color: rgb(48,141,74); }

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

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

 span { border-color: rgb(48,141,74); }

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