Html Css Color HEX #308750 Sea Green

📋 copy color: '#308750'

red 48 ◦ green 135 ◦ blue 80

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

Shades of Sea Green #308750

Tints of Sea Green #308750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.33%

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

R = 18.25%
G = 51.33%
B = 30.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#308750 (or 0x308750) is known color: Sea Green. HEX triplet: 30, 87 and 50. RGB value is (48,135,80). Sum of RGB (Red+Green+Blue) = 48+135+80=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #308750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308750 is #CF78AF. Grayscale: #666666. Windows color (decimal): -13596848 or 5277488. OLE color: 5277488.

HSL color Cylindrical-coordinate representation of color #308750: hue angle of 142.07º degrees, saturation: 0.48, 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 #308750 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 80 -
CMYK 0.64 0 0.41 0.47
HSL 142.07º 0.48% 0.36% -
HSV(B) 142.07º 0.64% 0.53% -
XYZ 11.33 18.54 10.57 -
YUV 102.72 115.18 88.97 -
System Red Green Blue C M Y K H S L
Decimal 48 135 80 0.64 0 0.41 0.47 142.07 0.48 0.36
Hex 30 87 50 40 0 29 2F 8E 30 24
Octal 60 207 120 100 0 51 57 216 60 44
Binary 110000 10000111 1010000 1000000 0 101001 101111 10001110 110000 100100

Color Harmonies of #308750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308750

Black with #308750

Text Example


Text Example

White with #308750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308750; }

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

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

background-color css

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

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

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

border-color css

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

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

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