Html Css Color HEX #308B5E Sea Green

📋 copy color: '#308B5E'

red 48 ◦ green 139 ◦ blue 94

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

Shades of Sea Green #308B5E

Tints of Sea Green #308B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.47%

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

R = 17.08%
G = 49.47%
B = 33.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#308B5E (or 0x308B5E) is known color: Sea Green. HEX triplet: 30, 8B and 5E. RGB value is (48,139,94). Sum of RGB (Red+Green+Blue) = 48+139+94=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #308B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B5E is #CF74A1. Grayscale: #6A6A6A. Windows color (decimal): -13595810 or 6196016. OLE color: 6196016.

HSL color Cylindrical-coordinate representation of color #308B5E: hue angle of 150.33º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B5E is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 139 94 -
CMYK 0.65 0 0.32 0.45
HSL 150.33º 0.49% 0.37% -
HSV(B) 150.33º 0.65% 0.55% -
XYZ 12.47 19.9 13.77 -
YUV 106.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 48 139 94 0.65 0 0.32 0.45 150.33 0.49 0.37
Hex 30 8B 5E 41 0 20 2D 96 31 25
Octal 60 213 136 101 0 40 55 226 61 45
Binary 110000 10001011 1011110 1000001 0 100000 101101 10010110 110001 100101

Color Harmonies of #308B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308B5E

Black with #308B5E

Text Example


Text Example

White with #308B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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