Html Css Color HEX #307F5F Sea Green

📋 copy color: '#307F5F'

red 48 ◦ green 127 ◦ blue 95

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

Shades of Sea Green #307F5F

Tints of Sea Green #307F5F

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 value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#307F5F (or 0x307F5F) is known color: 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

RGB 48 127 95 -
CMYK 0.62 0 0.25 0.50
HSL 155.7º 0.45% 0.34% -
HSV(B) 155.7º 0.62% 0.5% -
XYZ 10.87 16.63 13.46 -
YUV 99.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 48 127 95 0.62 0 0.25 0.50 155.7 0.45 0.34
Hex 30 7F 5F 3E 0 19 32 9C 2D 22
Octal 60 177 137 76 0 31 62 234 55 42
Binary 110000 1111111 1011111 111110 0 11001 110010 10011100 101101 100010

Color Harmonies of #307F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307F5F

Black with #307F5F

Text Example


Text Example

White with #307F5F

Text Example


Text Example

HTML Codes & Css Web 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>