#30905C

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

Shades of Sea Green #30905C

Tints of Sea Green #30905C

Color information

#30905C (or 0x30905C) is unknown color: approx Sea Green. HEX triplet: 30, 90 and 5C. RGB value is (48,144,92). Sum of RGB (Red+Green+Blue) = 48+144+92=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #30905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30905C is #CF6FA3. Grayscale: #6D6D6D. Windows color (decimal): -13594532 or 6066224. OLE color: 6066224.

HSL color Cylindrical-coordinate representation of color #30905C: hue angle of 147.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30905C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB4814492-
CMYK0.6700.360.44
HSL147.5º50%37.65%-
HSV(B)147.5º66.67%56.47%-
XYZ13.1221.3513.55-
YUV109.37118.284.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 144 (56.64% from 255) = 50.70%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=16.90%
G=50.70%
B=32.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48144920.6700.360.44147.55037.65
Hex30905C430242C943226
Octal60220134103044542246246
Binary1100001001000010111001000011010010010110010010100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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