Html Css Color HEX #308D4C Sea Green

📋 copy color: '#308D4C'

red 48 ◦ green 141 ◦ blue 76

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

Shades of Sea Green #308D4C

Tints of Sea Green #308D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 18.11%
G = 53.21%
B = 28.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#308D4C (or 0x308D4C) is known color: Sea Green. HEX triplet: 30, 8D and 4C. RGB value is (48,141,76). Sum of RGB (Red+Green+Blue) = 48+141+76=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #308D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D4C is #CF72B3. Grayscale: #696969. Windows color (decimal): -13595316 or 5016880. OLE color: 5016880.

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

Color convert

RGB 48 141 76 -
CMYK 0.66 0 0.46 0.45
HSL 138.06º 0.49% 0.37% -
HSV(B) 138.06º 0.66% 0.55% -
XYZ 12.05 20.2 10.1 -
YUV 105.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 48 141 76 0.66 0 0.46 0.45 138.06 0.49 0.37
Hex 30 8D 4C 42 0 2E 2D 8A 31 25
Octal 60 215 114 102 0 56 55 212 61 45
Binary 110000 10001101 1001100 1000010 0 101110 101101 10001010 110001 100101

Color Harmonies of #308D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D4C

Black with #308D4C

Text Example


Text Example

White with #308D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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