#308275

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

Shades of Genoa #308275

Tints of Genoa #308275

Color information

#308275 (or 0x308275) is unknown color: approx Genoa. HEX triplet: 30, 82 and 75. RGB value is (48,130,117). Sum of RGB (Red+Green+Blue) = 48+130+117=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #308275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308275 is #CF7D8A. Grayscale: #676767. Windows color (decimal): -13598091 or 7701040. OLE color: 7701040.

HSL color Cylindrical-coordinate representation of color #308275: hue angle of 170.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308275 is Cyan = 0.63, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB48130117-
CMYK0.6300.10.49
HSL170.49º46.07%34.9%-
HSV(B)170.49º63.08%50.98%-
XYZ12.4117.8819.63-
YUV104135.3388.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=16.27%
G=44.07%
B=39.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301170.6300.10.49170.4946.0734.9
Hex3082753F0A31aa2e23
Octal6020216577012612525643
Binary1100001000001011101011111110101011000110101010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308275; }

 p { color: rgb(48,130,117); }

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

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

 a { background-color: rgb(48,130,117); }

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

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

 span { border-color: rgb(48,130,117); }

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