Html Css Color HEX #308D4D Sea Green

📋 copy color: '#308D4D'

red 48 ◦ green 141 ◦ blue 77

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

Shades of Sea Green #308D4D

Tints of Sea Green #308D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 18.05%
G = 53.01%
B = 28.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#308D4D (or 0x308D4D) is known color: Sea Green. HEX triplet: 30, 8D and 4D. RGB value is (48,141,77). Sum of RGB (Red+Green+Blue) = 48+141+77=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #308D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D4D is #CF72B2. Grayscale: #6A6A6A. Windows color (decimal): -13595315 or 5082416. OLE color: 5082416.

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

Color convert

RGB 48 141 77 -
CMYK 0.66 0 0.45 0.45
HSL 138.71º 0.49% 0.37% -
HSV(B) 138.71º 0.66% 0.55% -
XYZ 12.08 20.21 10.29 -
YUV 105.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 48 141 77 0.66 0 0.45 0.45 138.71 0.49 0.37
Hex 30 8D 4D 42 0 2D 2D 8B 31 25
Octal 60 215 115 102 0 55 55 213 61 45
Binary 110000 10001101 1001101 1000010 0 101101 101101 10001011 110001 100101

Color Harmonies of #308D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D4D

Black with #308D4D

Text Example


Text Example

White with #308D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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