#30885A

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

Shades of Sea Green #30885A

Tints of Sea Green #30885A

Color information

#30885A (or 0x30885A) is unknown color: approx Sea Green. HEX triplet: 30, 88 and 5A. RGB value is (48,136,90). Sum of RGB (Red+Green+Blue) = 48+136+90=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #30885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30885A is #CF77A5. Grayscale: #686868. Windows color (decimal): -13596582 or 5933104. OLE color: 5933104.

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

Color convert

RGB4813690-
CMYK0.6500.340.47
HSL148.64º47.83%36.08%-
HSV(B)148.64º64.71%53.33%-
XYZ11.8718.9712.71-
YUV104.44119.8587.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 136 (53.52% from 255) = 49.64%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=17.52%
G=49.64%
B=32.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136900.6500.340.47148.6447.8336.08
Hex30885A410222F953024
Octal60210132101042572256044
Binary1100001000100010110101000001010001010111110010101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30885A; }

 p { color: rgb(48,136,90); }

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

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

 a { background-color: rgb(48,136,90); }

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

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

 span { border-color: rgb(48,136,90); }

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