#307F5F

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

Shades of Sea Green #307F5F

Tints of Sea Green #307F5F

Color information

#307F5F (or 0x307F5F) is unknown color: approx Sea Green. HEX triplet: 30, 7F and 5F. RGB value is (48,127,95). Sum of RGB (Red+Green+Blue) = 48+127+95=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #307F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F5F is #CF80A0. Grayscale: #636363. Windows color (decimal): -13598881 or 6258480. OLE color: 6258480.

HSL color Cylindrical-coordinate representation of color #307F5F: hue angle of 155.7º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F5F is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB4812795-
CMYK0.6200.250.50
HSL155.7º45.14%34.31%-
HSV(B)155.7º62.2%49.8%-
XYZ10.8716.6313.46-
YUV99.73125.3391.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 127 (50% from 255) = 47.04%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=17.78%
G=47.04%
B=35.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48127950.6200.250.50155.745.1434.31
Hex307F5F3E019329c2d22
Octal6017713776031622345542
Binary1100001111111101111111111001100111001010011100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307F5F; }

 p { color: rgb(48,127,95); }

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

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

 a { background-color: rgb(48,127,95); }

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

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

 span { border-color: rgb(48,127,95); }

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