#307971

Color #307971 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #307971

Tints of Genoa #307971

Color information

#307971 (or 0x307971) is unknown color: approx Genoa. HEX triplet: 30, 79 and 71. RGB value is (48,121,113). Sum of RGB (Red+Green+Blue) = 48+121+113=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #307971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307971 is #CF868E. Grayscale: #626262. Windows color (decimal): -13600399 or 7436592. OLE color: 7436592.

HSL color Cylindrical-coordinate representation of color #307971: hue angle of 173.42º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307971 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB48121113-
CMYK0.6000.070.53
HSL173.42º43.2%33.14%-
HSV(B)173.42º60.33%47.45%-
XYZ11.0415.518.03-
YUV98.26136.3292.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 121 (47.66% from 255) = 42.91%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=17.02%
G=42.91%
B=40.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal481211130.6000.070.53173.4243.233.14
Hex3079713C0735ad2b21
Octal601711617407652555341
Binary11000011110011110001111100011111010110101101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307971; }

 p { color: rgb(48,121,113); }

 H1.HeaderClassName
 {
   color: #307971;
 }
 .AnyTagClassName
 {
   color: #307971;
 }
</style>
background-color css

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

 a { background-color: rgb(48,121,113); }

 div.DivClassName
 {
   background-color: #307971;
 }
 .BgClassName
 {
   background-color: #307971;
 }
</style>
border-color css

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

 span { border-color: rgb(48,121,113); }

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