#30864E

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

Shades of Sea Green #30864E

Tints of Sea Green #30864E

Color information

#30864E (or 0x30864E) is unknown color: approx Sea Green. HEX triplet: 30, 86 and 4E. RGB value is (48,134,78). Sum of RGB (Red+Green+Blue) = 48+134+78=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #30864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30864E is #CF79B1. Grayscale: #666666. Windows color (decimal): -13597106 or 5146160. OLE color: 5146160.

HSL color Cylindrical-coordinate representation of color #30864E: hue angle of 140.93º degrees, saturation: 0.47, 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 #30864E is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB4813478-
CMYK0.6400.420.47
HSL140.93º47.25%35.69%-
HSV(B)140.93º64.18%52.55%-
XYZ11.1218.2310.14-
YUV101.9114.5189.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 78 (30.86% from 255) = 30%
R=18.46%
G=51.54%
B=30%

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
Decimal48134780.6400.420.47140.9347.2535.69
Hex30864E4002A2F8d2f24
Octal60206116100052572155744
Binary1100001000011010011101000000010101010111110001101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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