#309052

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

Shades of Sea Green #309052

Tints of Sea Green #309052

Color information

#309052 (or 0x309052) is unknown color: approx Sea Green. HEX triplet: 30, 90 and 52. RGB value is (48,144,82). Sum of RGB (Red+Green+Blue) = 48+144+82=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #309052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309052 is #CF6FAD. Grayscale: #6C6C6C. Windows color (decimal): -13594542 or 5410864. OLE color: 5410864.

HSL color Cylindrical-coordinate representation of color #309052: hue angle of 141.25º 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 #309052 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB4814482-
CMYK0.6700.430.44
HSL141.25º50%37.65%-
HSV(B)141.25º66.67%56.47%-
XYZ12.7221.1811.4-
YUV108.23113.285.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 144 (56.64% from 255) = 52.55%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=17.52%
G=52.55%
B=29.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48144820.6700.430.44141.255037.65
Hex3090524302B2C8d3226
Octal60220122103053542156246
Binary1100001001000010100101000011010101110110010001101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309052; }

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

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

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

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

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

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

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

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