#308455

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

Shades of Sea Green #308455

Tints of Sea Green #308455

Color information

#308455 (or 0x308455) is unknown color: approx Sea Green. HEX triplet: 30, 84 and 55. RGB value is (48,132,85). Sum of RGB (Red+Green+Blue) = 48+132+85=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #308455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308455 is #CF7BAA. Grayscale: #656565. Windows color (decimal): -13597611 or 5604400. OLE color: 5604400.

HSL color Cylindrical-coordinate representation of color #308455: hue angle of 146.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308455 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB4813285-
CMYK0.6400.360.48
HSL146.43º46.67%35.29%-
HSV(B)146.43º63.64%51.76%-
XYZ11.1117.7911.44-
YUV101.53118.6789.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=18.11%
G=49.81%
B=32.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132850.6400.360.48146.4346.6735.29
Hex3084554002430922f23
Octal60204125100044602225743
Binary1100001000010010101011000000010010011000010010010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308455; }

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

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

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

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

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

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

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

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