#308258

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

Shades of Sea Green #308258

Tints of Sea Green #308258

Color information

#308258 (or 0x308258) is unknown color: approx Sea Green. HEX triplet: 30, 82 and 58. RGB value is (48,130,88). Sum of RGB (Red+Green+Blue) = 48+130+88=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #308258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308258 is #CF7DA7. Grayscale: #646464. Windows color (decimal): -13598120 or 5800496. OLE color: 5800496.

HSL color Cylindrical-coordinate representation of color #308258: hue angle of 149.27º 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 #308258 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB4813088-
CMYK0.6300.320.49
HSL149.27º46.07%34.9%-
HSV(B)149.27º63.08%50.98%-
XYZ10.9617.311.99-
YUV100.69120.8390.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=18.05%
G=48.87%
B=33.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130880.6300.320.49149.2746.0734.9
Hex3082583F02031952e23
Octal6020213077040612255643
Binary110000100000101011000111111010000011000110010101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308258; }

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

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

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

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

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

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

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

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