#309055

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

Shades of Sea Green #309055

Tints of Sea Green #309055

Color information

#309055 (or 0x309055) is unknown color: approx Sea Green. HEX triplet: 30, 90 and 55. RGB value is (48,144,85). Sum of RGB (Red+Green+Blue) = 48+144+85=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #309055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309055 is #CF6FAA. Grayscale: #6C6C6C. Windows color (decimal): -13594539 or 5607472. OLE color: 5607472.

HSL color Cylindrical-coordinate representation of color #309055: hue angle of 143.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309055 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB4814485-
CMYK0.6700.410.44
HSL143.12º50%37.65%-
HSV(B)143.12º66.67%56.47%-
XYZ12.8321.2312.02-
YUV108.57114.784.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=17.33%
G=51.99%
B=30.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48144850.6700.410.44143.125037.65
Hex309055430292C8f3226
Octal60220125103051542176246
Binary1100001001000010101011000011010100110110010001111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309055; }

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

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

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

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

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

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

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

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