Html Css Color HEX #308650 Sea Green

📋 copy color: '#308650'

red 48 ◦ green 134 ◦ blue 80

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

Shades of Sea Green #308650

Tints of Sea Green #308650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.15%

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 18.32%
G = 51.15%
B = 30.53%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#308650 (or 0x308650) is known color: Sea Green. HEX triplet: 30, 86 and 50. RGB value is (48,134,80). Sum of RGB (Red+Green+Blue) = 48+134+80=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #308650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308650 is #CF79AF. Grayscale: #666666. Windows color (decimal): -13597104 or 5277232. OLE color: 5277232.

HSL color Cylindrical-coordinate representation of color #308650: hue angle of 142.33º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308650 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 80 -
CMYK 0.64 0 0.40 0.47
HSL 142.33º 0.47% 0.36% -
HSV(B) 142.33º 0.64% 0.53% -
XYZ 11.19 18.26 10.52 -
YUV 102.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 48 134 80 0.64 0 0.40 0.47 142.33 0.47 0.36
Hex 30 86 50 40 0 28 2F 8E 2F 24
Octal 60 206 120 100 0 50 57 216 57 44
Binary 110000 10000110 1010000 1000000 0 101000 101111 10001110 101111 100100

Color Harmonies of #308650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308650

Black with #308650

Text Example


Text Example

White with #308650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308650; }

 p { color: rgb(48,134,80); }

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

background-color css

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

 a { background-color: rgb(48,134,80); }

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

border-color css

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

 span { border-color: rgb(48,134,80); }

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