Html Css Color HEX #308D5D Sea Green

📋 copy color: '#308D5D'

red 48 ◦ green 141 ◦ blue 93

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

Shades of Sea Green #308D5D

Tints of Sea Green #308D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 17.02%
G = 50%
B = 32.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#308D5D (or 0x308D5D) is known color: Sea Green. HEX triplet: 30, 8D and 5D. RGB value is (48,141,93). Sum of RGB (Red+Green+Blue) = 48+141+93=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #308D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D5D is #CF72A2. Grayscale: #6B6B6B. Windows color (decimal): -13595299 or 6130992. OLE color: 6130992.

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

Color convert

RGB 48 141 93 -
CMYK 0.66 0 0.34 0.45
HSL 149.03º 0.49% 0.37% -
HSV(B) 149.03º 0.66% 0.55% -
XYZ 12.72 20.47 13.64 -
YUV 107.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 48 141 93 0.66 0 0.34 0.45 149.03 0.49 0.37
Hex 30 8D 5D 42 0 22 2D 95 31 25
Octal 60 215 135 102 0 42 55 225 61 45
Binary 110000 10001101 1011101 1000010 0 100010 101101 10010101 110001 100101

Color Harmonies of #308D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D5D

Black with #308D5D

Text Example


Text Example

White with #308D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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