Html Css Color HEX #307C6E Genoa

📋 copy color: '#307C6E'

red 48 ◦ green 124 ◦ blue 110

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

Shades of Genoa #307C6E

Tints of Genoa #307C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.97%

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 17.02%
G = 43.97%
B = 39.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#307C6E (or 0x307C6E) is known color: Genoa. HEX triplet: 30, 7C and 6E. RGB value is (48,124,110). Sum of RGB (Red+Green+Blue) = 48+124+110=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #307C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C6E is #CF8391. Grayscale: #636363. Windows color (decimal): -13599634 or 7240752. OLE color: 7240752.

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

Color convert

RGB 48 124 110 -
CMYK 0.61 0 0.11 0.51
HSL 168.95º 0.44% 0.34% -
HSV(B) 168.95º 0.61% 0.49% -
XYZ 11.24 16.17 17.28 -
YUV 99.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 48 124 110 0.61 0 0.11 0.51 168.95 0.44 0.34
Hex 30 7C 6E 3D 0 B 33 A9 2C 22
Octal 60 174 156 75 0 13 63 251 54 42
Binary 110000 1111100 1101110 111101 0 1011 110011 10101001 101100 100010

Color Harmonies of #307C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C6E

Black with #307C6E

Text Example


Text Example

White with #307C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,124,110); }

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

background-color css

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

 a { background-color: rgb(48,124,110); }

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

border-color css

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

 span { border-color: rgb(48,124,110); }

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