Html Css Color HEX #307F60 Sea Green

📋 copy color: '#307F60'

red 48 ◦ green 127 ◦ blue 96

#307F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #307F60

Tints of Sea Green #307F60

RGB

 RED value IS 48 (19.14% from 255) = 17.71%

 GREEN value IS 127 (50% from 255) = 46.86%

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 17.71%
G = 46.86%
B = 35.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#307F60 (or 0x307F60) is known color: Sea Green. HEX triplet: 30, 7F and 60. RGB value is (48,127,96). Sum of RGB (Red+Green+Blue) = 48+127+96=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #307F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F60 is #CF809F. Grayscale: #636363. Windows color (decimal): -13598880 or 6324016. OLE color: 6324016.

HSL color Cylindrical-coordinate representation of color #307F60: hue angle of 156.46º 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 #307F60 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 127 96 -
CMYK 0.62 0 0.24 0.50
HSL 156.46º 0.45% 0.34% -
HSV(B) 156.46º 0.62% 0.5% -
XYZ 10.92 16.65 13.7 -
YUV 99.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 48 127 96 0.62 0 0.24 0.50 156.46 0.45 0.34
Hex 30 7F 60 3E 0 18 32 9C 2D 22
Octal 60 177 140 76 0 30 62 234 55 42
Binary 110000 1111111 1100000 111110 0 11000 110010 10011100 101101 100010

Color Harmonies of #307F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F60

Black with #307F60

Text Example


Text Example

White with #307F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #307F60;
 }
 .AnyTagClassName
 {
   color: #307F60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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