#308976

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

Shades of Genoa #308976

Tints of Genoa #308976

Color information

#308976 (or 0x308976) is unknown color: approx Genoa. HEX triplet: 30, 89 and 76. RGB value is (48,137,118). Sum of RGB (Red+Green+Blue) = 48+137+118=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #308976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308976 is #CF7689. Grayscale: #6C6C6C. Windows color (decimal): -13596298 or 7768368. OLE color: 7768368.

HSL color Cylindrical-coordinate representation of color #308976: hue angle of 167.19º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308976 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB48137118-
CMYK0.6500.140.46
HSL167.19º48.11%36.27%-
HSV(B)167.19º64.96%53.73%-
XYZ13.4319.8320.26-
YUV108.22133.5185.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=15.84%
G=45.21%
B=38.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481371180.6500.140.46167.1948.1136.27
Hex308976410E2Ea73024
Octal60211166101016562476044
Binary11000010001001111011010000010111010111010100111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308976; }

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

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

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

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

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

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

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

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