Html Css Color HEX #309550 Sea Green

📋 copy color: '#309550'

red 48 ◦ green 149 ◦ blue 80

#309550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #309550

Tints of Sea Green #309550

RGB

 RED value IS 48 (19.14% from 255) = 17.33%

 GREEN value IS 149 (58.59% from 255) = 53.79%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 17.33%
G = 53.79%
B = 28.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#309550 (or 0x309550) is known color: Sea Green. HEX triplet: 30, 95 and 50. RGB value is (48,149,80). Sum of RGB (Red+Green+Blue) = 48+149+80=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #309550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309550 is #CF6AAF. Grayscale: #6F6F6F. Windows color (decimal): -13593264 or 5281072. OLE color: 5281072.

HSL color Cylindrical-coordinate representation of color #309550: hue angle of 139.01º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309550 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 80 -
CMYK 0.68 0 0.46 0.42
HSL 139.01º 0.51% 0.39% -
HSV(B) 139.01º 0.68% 0.58% -
XYZ 13.41 22.7 11.26 -
YUV 110.94 110.54 83.11 -
System Red Green Blue C M Y K H S L
Decimal 48 149 80 0.68 0 0.46 0.42 139.01 0.51 0.39
Hex 30 95 50 44 0 2E 2A 8B 33 27
Octal 60 225 120 104 0 56 52 213 63 47
Binary 110000 10010101 1010000 1000100 0 101110 101010 10001011 110011 100111

Color Harmonies of #309550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309550

Black with #309550

Text Example


Text Example

White with #309550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309550; }

 p { color: rgb(48,149,80); }

 H1.HeaderClassName
 {
   color: #309550;
 }
 .AnyTagClassName
 {
   color: #309550;
 }
</style>

background-color css

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

 a { background-color: rgb(48,149,80); }

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

border-color css

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

 span { border-color: rgb(48,149,80); }

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