#308755

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

Shades of Sea Green #308755

Tints of Sea Green #308755

Color information

#308755 (or 0x308755) is unknown color: approx Sea Green. HEX triplet: 30, 87 and 55. RGB value is (48,135,85). Sum of RGB (Red+Green+Blue) = 48+135+85=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #308755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308755 is #CF78AA. Grayscale: #676767. Windows color (decimal): -13596843 or 5605168. OLE color: 5605168.

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

Color convert

RGB4813585-
CMYK0.6400.370.47
HSL145.52º47.54%35.88%-
HSV(B)145.52º64.44%52.94%-
XYZ11.5218.6111.58-
YUV103.29117.6888.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 135 (53.12% from 255) = 50.37%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=17.91%
G=50.37%
B=31.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48135850.6400.370.47145.5247.5435.88
Hex308755400252F923024
Octal60207125100045572226044
Binary1100001000011110101011000000010010110111110010010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308755; }

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

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

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

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

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

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

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

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