#308253

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

Shades of Sea Green #308253

Tints of Sea Green #308253

Color information

#308253 (or 0x308253) is unknown color: approx Sea Green. HEX triplet: 30, 82 and 53. RGB value is (48,130,83). Sum of RGB (Red+Green+Blue) = 48+130+83=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #308253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308253 is #CF7DAC. Grayscale: #646464. Windows color (decimal): -13598125 or 5472816. OLE color: 5472816.

HSL color Cylindrical-coordinate representation of color #308253: hue angle of 145.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308253 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB4813083-
CMYK0.6300.360.49
HSL145.61º46.07%34.9%-
HSV(B)145.61º63.08%50.98%-
XYZ10.7617.2210.94-
YUV100.12118.3390.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=18.39%
G=49.81%
B=31.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130830.6300.360.49145.6146.0734.9
Hex3082533F02431922e23
Octal6020212377044612225643
Binary110000100000101010011111111010010011000110010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308253; }

 p { color: rgb(48,130,83); }

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

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

 a { background-color: rgb(48,130,83); }

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

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

 span { border-color: rgb(48,130,83); }

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