#30874E

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

Shades of Sea Green #30874E

Tints of Sea Green #30874E

Color information

#30874E (or 0x30874E) is unknown color: approx Sea Green. HEX triplet: 30, 87 and 4E. RGB value is (48,135,78). Sum of RGB (Red+Green+Blue) = 48+135+78=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #30874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30874E is #CF78B1. Grayscale: #666666. Windows color (decimal): -13596850 or 5146416. OLE color: 5146416.

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

Color convert

RGB4813578-
CMYK0.6400.420.47
HSL140.69º47.54%35.88%-
HSV(B)140.69º64.44%52.94%-
XYZ11.2618.5110.19-
YUV102.49114.1889.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=18.39%
G=51.72%
B=29.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135780.6400.420.47140.6947.5435.88
Hex30874E4002A2F8d3024
Octal60207116100052572156044
Binary1100001000011110011101000000010101010111110001101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30874E; }

 p { color: rgb(48,135,78); }

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

<style>
 a { background-color: #30874E; }

 a { background-color: rgb(48,135,78); }

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

<style>
 span { border-color: #30874E; }

 span { border-color: rgb(48,135,78); }

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