#309255

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

Shades of Sea Green #309255

Tints of Sea Green #309255

Color information

#309255 (or 0x309255) is unknown color: approx Sea Green. HEX triplet: 30, 92 and 55. RGB value is (48,146,85). Sum of RGB (Red+Green+Blue) = 48+146+85=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #309255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309255 is #CF6DAA. Grayscale: #6D6D6D. Windows color (decimal): -13594027 or 5607984. OLE color: 5607984.

HSL color Cylindrical-coordinate representation of color #309255: hue angle of 142.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309255 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB4814685-
CMYK0.6700.420.43
HSL142.65º50.52%38.04%-
HSV(B)142.65º67.12%57.25%-
XYZ13.1421.8412.12-
YUV109.74114.0383.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 146 (57.42% from 255) = 52.33%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=17.20%
G=52.33%
B=30.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146850.6700.420.43142.6550.5238.04
Hex3092554302A2B8f3326
Octal60222125103052532176346
Binary1100001001001010101011000011010101010101110001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309255; }

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

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

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

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

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

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

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

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