#308D5B

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

Shades of Sea Green #308D5B

Tints of Sea Green #308D5B

Color information

#308D5B (or 0x308D5B) is unknown color: approx Sea Green. HEX triplet: 30, 8D and 5B. RGB value is (48,141,91). Sum of RGB (Red+Green+Blue) = 48+141+91=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #308D5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D5B is #CF72A4. Grayscale: #6B6B6B. Windows color (decimal): -13595301 or 5999920. OLE color: 5999920.

HSL color Cylindrical-coordinate representation of color #308D5B: hue angle of 147.74º 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 #308D5B is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB4814191-
CMYK0.6600.350.45
HSL147.74º49.21%37.06%-
HSV(B)147.74º65.96%55.29%-
XYZ12.6320.4313.18-
YUV107.49118.6985.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=17.14%
G=50.36%
B=32.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141910.6600.350.45147.7449.2137.06
Hex308D5B420232D943125
Octal60215133102043552246145
Binary1100001000110110110111000010010001110110110010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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