Html Css Color HEX #308B50 Sea Green

📋 copy color: '#308B50'

red 48 ◦ green 139 ◦ blue 80

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

Shades of Sea Green #308B50

Tints of Sea Green #308B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.06%

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

R = 17.98%
G = 52.06%
B = 29.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#308B50 (or 0x308B50) is known color: Sea Green. HEX triplet: 30, 8B and 50. RGB value is (48,139,80). Sum of RGB (Red+Green+Blue) = 48+139+80=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #308B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B50 is #CF74AF. Grayscale: #696969. Windows color (decimal): -13595824 or 5278512. OLE color: 5278512.

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

Color convert

RGB 48 139 80 -
CMYK 0.65 0 0.42 0.45
HSL 141.1º 0.49% 0.37% -
HSV(B) 141.1º 0.65% 0.55% -
XYZ 11.9 19.67 10.76 -
YUV 105.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 48 139 80 0.65 0 0.42 0.45 141.1 0.49 0.37
Hex 30 8B 50 41 0 2A 2D 8D 31 25
Octal 60 213 120 101 0 52 55 215 61 45
Binary 110000 10001011 1010000 1000001 0 101010 101101 10001101 110001 100101

Color Harmonies of #308B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B50

Black with #308B50

Text Example


Text Example

White with #308B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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