#308676

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

Shades of Genoa #308676

Tints of Genoa #308676

Color information

#308676 (or 0x308676) is unknown color: approx Genoa. HEX triplet: 30, 86 and 76. RGB value is (48,134,118). Sum of RGB (Red+Green+Blue) = 48+134+118=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #308676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308676 is #CF7989. Grayscale: #6A6A6A. Windows color (decimal): -13597066 or 7767600. OLE color: 7767600.

HSL color Cylindrical-coordinate representation of color #308676: hue angle of 168.84º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308676 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB48134118-
CMYK0.6400.120.47
HSL168.84º47.25%35.69%-
HSV(B)168.84º64.18%52.55%-
XYZ13.0118.9920.12-
YUV106.46134.5186.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=16%
G=44.67%
B=39.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481341180.6400.120.47168.8447.2535.69
Hex308676400C2Fa92f24
Octal60206166100014572515744
Binary11000010000110111011010000000110010111110101001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308676; }

 p { color: rgb(48,134,118); }

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

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

 a { background-color: rgb(48,134,118); }

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

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

 span { border-color: rgb(48,134,118); }

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