#30805C

Color #30805C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #30805C

Tints of Sea Green #30805C

Color information

#30805C (or 0x30805C) is unknown color: approx Sea Green. HEX triplet: 30, 80 and 5C. RGB value is (48,128,92). Sum of RGB (Red+Green+Blue) = 48+128+92=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #30805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30805C is #CF7FA3. Grayscale: #646464. Windows color (decimal): -13598628 or 6062128. OLE color: 6062128.

HSL color Cylindrical-coordinate representation of color #30805C: hue angle of 153º 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 #30805C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB4812892-
CMYK0.6200.280.50
HSL153º45.45%34.51%-
HSV(B)153º62.5%50.2%-
XYZ10.8716.8412.8-
YUV99.98123.590.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=17.91%
G=47.76%
B=34.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128920.6200.280.5015345.4534.51
Hex30805C3E01C32992d23
Octal6020013476034622315543
Binary11000010000000101110011111001110011001010011001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30805C;
 }
 .AnyTagClassName
 {
   color: #30805C;
 }
</style>
background-color css

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

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

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

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

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

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