Html Css Color HEX #307E5E Sea Green

📋 copy color: '#307E5E'

red 48 ◦ green 126 ◦ blue 94

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

Shades of Sea Green #307E5E

Tints of Sea Green #307E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.01%

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

R = 17.91%
G = 47.01%
B = 35.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#307E5E (or 0x307E5E) is known color: Sea Green. HEX triplet: 30, 7E and 5E. RGB value is (48,126,94). Sum of RGB (Red+Green+Blue) = 48+126+94=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 126 - color contains mainly: green. Hex color #307E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E5E is #CF81A1. Grayscale: #636363. Windows color (decimal): -13599138 or 6192688. OLE color: 6192688.

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

Color convert

RGB 48 126 94 -
CMYK 0.62 0 0.25 0.51
HSL 155.38º 0.45% 0.34% -
HSV(B) 155.38º 0.62% 0.49% -
XYZ 10.7 16.36 13.18 -
YUV 99.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 48 126 94 0.62 0 0.25 0.51 155.38 0.45 0.34
Hex 30 7E 5E 3E 0 19 33 9B 2D 22
Octal 60 176 136 76 0 31 63 233 55 42
Binary 110000 1111110 1011110 111110 0 11001 110011 10011011 101101 100010

Color Harmonies of #307E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307E5E

Black with #307E5E

Text Example


Text Example

White with #307E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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