#308955

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

Shades of Sea Green #308955

Tints of Sea Green #308955

Color information

#308955 (or 0x308955) is unknown color: approx Sea Green. HEX triplet: 30, 89 and 55. RGB value is (48,137,85). Sum of RGB (Red+Green+Blue) = 48+137+85=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #308955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308955 is #CF76AA. Grayscale: #686868. Windows color (decimal): -13596331 or 5605680. OLE color: 5605680.

HSL color Cylindrical-coordinate representation of color #308955: hue angle of 144.94º 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 #308955 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB4813785-
CMYK0.6500.380.46
HSL144.94º48.11%36.27%-
HSV(B)144.94º64.96%53.73%-
XYZ11.819.1811.67-
YUV104.46117.0187.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 137 (53.91% from 255) = 50.74%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=17.78%
G=50.74%
B=31.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137850.6500.380.46144.9448.1136.27
Hex308955410262E913024
Octal60211125101046562216044
Binary1100001000100110101011000001010011010111010010001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308955; }

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

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

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

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

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

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

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

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