Html Css Color HEX #308D5E Sea Green

📋 copy color: '#308D5E'

red 48 ◦ green 141 ◦ blue 94

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

Shades of Sea Green #308D5E

Tints of Sea Green #308D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 16.96%
G = 49.82%
B = 33.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#308D5E (or 0x308D5E) is known color: Sea Green. HEX triplet: 30, 8D and 5E. RGB value is (48,141,94). Sum of RGB (Red+Green+Blue) = 48+141+94=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #308D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D5E is #CF72A1. Grayscale: #6B6B6B. Windows color (decimal): -13595298 or 6196528. OLE color: 6196528.

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

Color convert

RGB 48 141 94 -
CMYK 0.66 0 0.33 0.45
HSL 149.68º 0.49% 0.37% -
HSV(B) 149.68º 0.66% 0.55% -
XYZ 12.76 20.49 13.87 -
YUV 107.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 48 141 94 0.66 0 0.33 0.45 149.68 0.49 0.37
Hex 30 8D 5E 42 0 21 2D 96 31 25
Octal 60 215 136 102 0 41 55 226 61 45
Binary 110000 10001101 1011110 1000010 0 100001 101101 10010110 110001 100101

Color Harmonies of #308D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D5E

Black with #308D5E

Text Example


Text Example

White with #308D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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