#30894A

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

Shades of Sea Green #30894A

Tints of Sea Green #30894A

Color information

#30894A (or 0x30894A) is unknown color: approx Sea Green. HEX triplet: 30, 89 and 4A. RGB value is (48,137,74). Sum of RGB (Red+Green+Blue) = 48+137+74=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #30894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30894A is #CF76B5. Grayscale: #676767. Windows color (decimal): -13596342 or 4884784. OLE color: 4884784.

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

Color convert

RGB4813774-
CMYK0.6500.460.46
HSL137.53º48.11%36.27%-
HSV(B)137.53º64.96%53.73%-
XYZ11.419.019.55-
YUV103.21111.5188.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=18.53%
G=52.90%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137740.6500.460.46137.5348.1136.27
Hex30894A4102E2E8a3024
Octal60211112101056562126044
Binary1100001000100110010101000001010111010111010001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,137,74); }

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

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

 a { background-color: rgb(48,137,74); }

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

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

 span { border-color: rgb(48,137,74); }

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