Html Css Color HEX #308D4B Sea Green

📋 copy color: '#308D4B'

red 48 ◦ green 141 ◦ blue 75

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

Shades of Sea Green #308D4B

Tints of Sea Green #308D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 18.18%
G = 53.41%
B = 28.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#308D4B (or 0x308D4B) is known color: Sea Green. HEX triplet: 30, 8D and 4B. RGB value is (48,141,75). Sum of RGB (Red+Green+Blue) = 48+141+75=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #308D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D4B is #CF72B4. Grayscale: #696969. Windows color (decimal): -13595317 or 4951344. OLE color: 4951344.

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

Color convert

RGB 48 141 75 -
CMYK 0.66 0 0.47 0.45
HSL 137.42º 0.49% 0.37% -
HSV(B) 137.42º 0.66% 0.55% -
XYZ 12.01 20.19 9.92 -
YUV 105.67 110.69 86.87 -
System Red Green Blue C M Y K H S L
Decimal 48 141 75 0.66 0 0.47 0.45 137.42 0.49 0.37
Hex 30 8D 4B 42 0 2F 2D 89 31 25
Octal 60 215 113 102 0 57 55 211 61 45
Binary 110000 10001101 1001011 1000010 0 101111 101101 10001001 110001 100101

Color Harmonies of #308D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D4B

Black with #308D4B

Text Example


Text Example

White with #308D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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