#30864C

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

Shades of Sea Green #30864C

Tints of Sea Green #30864C

Color information

#30864C (or 0x30864C) is unknown color: approx Sea Green. HEX triplet: 30, 86 and 4C. RGB value is (48,134,76). Sum of RGB (Red+Green+Blue) = 48+134+76=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #30864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30864C is #CF79B3. Grayscale: #656565. Windows color (decimal): -13597108 or 5015088. OLE color: 5015088.

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

Color convert

RGB4813476-
CMYK0.6400.430.47
HSL139.53º47.25%35.69%-
HSV(B)139.53º64.18%52.55%-
XYZ11.0518.29.77-
YUV101.67113.5189.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=18.60%
G=51.94%
B=29.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134760.6400.430.47139.5347.2535.69
Hex30864C4002B2F8c2f24
Octal60206114100053572145744
Binary1100001000011010011001000000010101110111110001100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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