Html Css Color HEX #308F5D Sea Green

📋 copy color: '#308F5D'

red 48 ◦ green 143 ◦ blue 93

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

Shades of Sea Green #308F5D

Tints of Sea Green #308F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.35%

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

R = 16.9%
G = 50.35%
B = 32.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#308F5D (or 0x308F5D) is known color: Sea Green. HEX triplet: 30, 8F and 5D. RGB value is (48,143,93). Sum of RGB (Red+Green+Blue) = 48+143+93=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #308F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F5D is #CF70A2. Grayscale: #6C6C6C. Windows color (decimal): -13594787 or 6131504. OLE color: 6131504.

HSL color Cylindrical-coordinate representation of color #308F5D: hue angle of 148.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F5D is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 143 93 -
CMYK 0.66 0 0.35 0.44
HSL 148.42º 0.5% 0.37% -
HSV(B) 148.42º 0.66% 0.56% -
XYZ 13.02 21.06 13.74 -
YUV 108.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 48 143 93 0.66 0 0.35 0.44 148.42 0.5 0.37
Hex 30 8F 5D 42 0 23 2C 94 32 25
Octal 60 217 135 102 0 43 54 224 62 45
Binary 110000 10001111 1011101 1000010 0 100011 101100 10010100 110010 100101

Color Harmonies of #308F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F5D

Black with #308F5D

Text Example


Text Example

White with #308F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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