Html Css Color HEX #307F5D Sea Green

📋 copy color: '#307F5D'

red 48 ◦ green 127 ◦ blue 93

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

Shades of Sea Green #307F5D

Tints of Sea Green #307F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 17.91%
G = 47.39%
B = 34.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#307F5D (or 0x307F5D) is known color: Sea Green. HEX triplet: 30, 7F and 5D. RGB value is (48,127,93). Sum of RGB (Red+Green+Blue) = 48+127+93=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #307F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F5D is #CF80A2. Grayscale: #636363. Windows color (decimal): -13598883 or 6127408. OLE color: 6127408.

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

Color convert

RGB 48 127 93 -
CMYK 0.62 0 0.27 0.50
HSL 154.18º 0.45% 0.34% -
HSV(B) 154.18º 0.62% 0.5% -
XYZ 10.78 16.6 12.99 -
YUV 99.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 48 127 93 0.62 0 0.27 0.50 154.18 0.45 0.34
Hex 30 7F 5D 3E 0 1B 32 9A 2D 22
Octal 60 177 135 76 0 33 62 232 55 42
Binary 110000 1111111 1011101 111110 0 11011 110010 10011010 101101 100010

Color Harmonies of #307F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F5D

Black with #307F5D

Text Example


Text Example

White with #307F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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