#308f4f

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

Shades of Sea Green #308F4F

Tints of Sea Green #308F4F

Color information

#308F4F (or 0x308F4F) is unknown color: approx Sea Green. HEX triplet: 30, 8F and 4F. RGB value is (48,143,79). Sum of RGB (Red+Green+Blue) = 48+143+79=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 143 (56.25% from 255 or 52.96% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 143 - color contains mainly: green. Hex color #308F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F4F is #CF70B0. Grayscale: #6B6B6B. Windows color (decimal): -13594801 or 5214000. OLE color: 5214000.

HSL color Cylindrical-coordinate representation of color #308F4F: hue angle of 139.58º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308F4F is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB4814379-
CMYK0.6600.450.44
HSL139.58º49.74%37.45%-
HSV(B)139.58º66.43%56.08%-
XYZ12.4520.8410.76-
YUV107.3112.0385.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 143 (56.25% from 255) = 52.96%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=17.78%
G=52.96%
B=29.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48143790.6600.450.44139.5849.7437.45
Hex308F4F4202D2C8c3225
Octal60217117102055542146245
Binary1100001000111110011111000010010110110110010001100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308f4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308f4f; }

 p { color: rgb(48,143,79); }

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

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

 a { background-color: rgb(48,143,79); }

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

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

 span { border-color: rgb(48,143,79); }

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