Html Css Color HEX #309450 Sea Green

📋 copy color: '#309450'

red 48 ◦ green 148 ◦ blue 80

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

Shades of Sea Green #309450

Tints of Sea Green #309450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.62%

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

R = 17.39%
G = 53.62%
B = 28.99%

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

#309450 (or 0x309450) is known color: Sea Green. HEX triplet: 30, 94 and 50. RGB value is (48,148,80). Sum of RGB (Red+Green+Blue) = 48+148+80=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #309450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309450 is #CF6BAF. Grayscale: #6E6E6E. Windows color (decimal): -13593520 or 5280816. OLE color: 5280816.

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

Color convert

RGB 48 148 80 -
CMYK 0.68 0 0.46 0.42
HSL 139.2º 0.51% 0.38% -
HSV(B) 139.2º 0.68% 0.58% -
XYZ 13.26 22.39 11.21 -
YUV 110.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 48 148 80 0.68 0 0.46 0.42 139.2 0.51 0.38
Hex 30 94 50 44 0 2E 2A 8B 33 26
Octal 60 224 120 104 0 56 52 213 63 46
Binary 110000 10010100 1010000 1000100 0 101110 101010 10001011 110011 100110

Color Harmonies of #309450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309450

Black with #309450

Text Example


Text Example

White with #309450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309450; }

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

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

background-color css

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

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

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

border-color css

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

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

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