Html Css Color HEX #307F5E Sea Green

📋 copy color: '#307F5E'

red 48 ◦ green 127 ◦ blue 94

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

Shades of Sea Green #307F5E

Tints of Sea Green #307F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 17.84%
G = 47.21%
B = 34.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#307F5E (or 0x307F5E) is known color: Sea Green. HEX triplet: 30, 7F and 5E. RGB value is (48,127,94). Sum of RGB (Red+Green+Blue) = 48+127+94=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #307F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F5E is #CF80A1. Grayscale: #636363. Windows color (decimal): -13598882 or 6192944. OLE color: 6192944.

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

Color convert

RGB 48 127 94 -
CMYK 0.62 0 0.26 0.50
HSL 154.94º 0.45% 0.34% -
HSV(B) 154.94º 0.62% 0.5% -
XYZ 10.83 16.62 13.23 -
YUV 99.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 48 127 94 0.62 0 0.26 0.50 154.94 0.45 0.34
Hex 30 7F 5E 3E 0 1A 32 9B 2D 22
Octal 60 177 136 76 0 32 62 233 55 42
Binary 110000 1111111 1011110 111110 0 11010 110010 10011011 101101 100010

Color Harmonies of #307F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F5E

Black with #307F5E

Text Example


Text Example

White with #307F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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