#30865D

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

Shades of Sea Green #30865D

Tints of Sea Green #30865D

Color information

#30865D (or 0x30865D) is unknown color: approx Sea Green. HEX triplet: 30, 86 and 5D. RGB value is (48,134,93). Sum of RGB (Red+Green+Blue) = 48+134+93=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #30865D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30865D is #CF79A2. Grayscale: #676767. Windows color (decimal): -13597091 or 6129200. OLE color: 6129200.

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

Color convert

RGB4813493-
CMYK0.6400.310.47
HSL151.4º47.25%35.69%-
HSV(B)151.4º64.18%52.55%-
XYZ11.7218.4713.3-
YUV103.61122.0188.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=17.45%
G=48.73%
B=33.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134930.6400.310.47151.447.2535.69
Hex30865D4001F2F972f24
Octal60206135100037572275744
Binary110000100001101011101100000001111110111110010111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30865D; }

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

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

<style>
 a { background-color: #30865D; }

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

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

<style>
 span { border-color: #30865D; }

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

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