Html Css Color HEX #30805F Sea Green

📋 copy color: '#30805F'

red 48 ◦ green 128 ◦ blue 95

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

Shades of Sea Green #30805F

Tints of Sea Green #30805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 17.71%
G = 47.23%
B = 35.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#30805F (or 0x30805F) is known color: Sea Green. HEX triplet: 30, 80 and 5F. RGB value is (48,128,95). Sum of RGB (Red+Green+Blue) = 48+128+95=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #30805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30805F is #CF7FA0. Grayscale: #646464. Windows color (decimal): -13598625 or 6258736. OLE color: 6258736.

HSL color Cylindrical-coordinate representation of color #30805F: hue angle of 155.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30805F is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 95 -
CMYK 0.62 0 0.26 0.50
HSL 155.25º 0.45% 0.35% -
HSV(B) 155.25º 0.63% 0.5% -
XYZ 11 16.89 13.51 -
YUV 100.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 48 128 95 0.62 0 0.26 0.50 155.25 0.45 0.35
Hex 30 80 5F 3E 0 1A 32 9B 2D 23
Octal 60 200 137 76 0 32 62 233 55 43
Binary 110000 10000000 1011111 111110 0 11010 110010 10011011 101101 100011

Color Harmonies of #30805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30805F

Black with #30805F

Text Example


Text Example

White with #30805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30805F; }

 p { color: rgb(48,128,95); }

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

background-color css

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

 a { background-color: rgb(48,128,95); }

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

border-color css

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

 span { border-color: rgb(48,128,95); }

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