Html Css Color HEX #308D5A Sea Green

📋 copy color: '#308D5A'

red 48 ◦ green 141 ◦ blue 90

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

Shades of Sea Green #308D5A

Tints of Sea Green #308D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.54%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 17.2%
G = 50.54%
B = 32.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#308D5A (or 0x308D5A) is known color: Sea Green. HEX triplet: 30, 8D and 5A. RGB value is (48,141,90). Sum of RGB (Red+Green+Blue) = 48+141+90=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #308D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D5A is #CF72A5. Grayscale: #6B6B6B. Windows color (decimal): -13595302 or 5934384. OLE color: 5934384.

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

Color convert

RGB 48 141 90 -
CMYK 0.66 0 0.36 0.45
HSL 147.1º 0.49% 0.37% -
HSV(B) 147.1º 0.66% 0.55% -
XYZ 12.59 20.42 12.95 -
YUV 107.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 48 141 90 0.66 0 0.36 0.45 147.1 0.49 0.37
Hex 30 8D 5A 42 0 24 2D 93 31 25
Octal 60 215 132 102 0 44 55 223 61 45
Binary 110000 10001101 1011010 1000010 0 100100 101101 10010011 110001 100101

Color Harmonies of #308D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D5A

Black with #308D5A

Text Example


Text Example

White with #308D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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