#308752

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

Shades of Sea Green #308752

Tints of Sea Green #308752

Color information

#308752 (or 0x308752) is unknown color: approx Sea Green. HEX triplet: 30, 87 and 52. RGB value is (48,135,82). Sum of RGB (Red+Green+Blue) = 48+135+82=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #308752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308752 is #CF78AD. Grayscale: #676767. Windows color (decimal): -13596846 or 5408560. OLE color: 5408560.

HSL color Cylindrical-coordinate representation of color #308752: hue angle of 143.45º degrees, saturation: 0.48, 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 #308752 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB4813582-
CMYK0.6400.390.47
HSL143.45º47.54%35.88%-
HSV(B)143.45º64.44%52.94%-
XYZ11.4118.5710.96-
YUV102.94116.1888.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 135 (53.12% from 255) = 50.94%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=18.11%
G=50.94%
B=30.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135820.6400.390.47143.4547.5435.88
Hex308752400272F8f3024
Octal60207122100047572176044
Binary1100001000011110100101000000010011110111110001111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308752; }

 p { color: rgb(48,135,82); }

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

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

 a { background-color: rgb(48,135,82); }

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

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

 span { border-color: rgb(48,135,82); }

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