#308272

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

Shades of Genoa #308272

Tints of Genoa #308272

Color information

#308272 (or 0x308272) is unknown color: approx Genoa. HEX triplet: 30, 82 and 72. RGB value is (48,130,114). Sum of RGB (Red+Green+Blue) = 48+130+114=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #308272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308272 is #CF7D8D. Grayscale: #676767. Windows color (decimal): -13598094 or 7504432. OLE color: 7504432.

HSL color Cylindrical-coordinate representation of color #308272: hue angle of 168.29º 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 #308272 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB48130114-
CMYK0.6300.120.49
HSL168.29º46.07%34.9%-
HSV(B)168.29º63.08%50.98%-
XYZ12.2417.8118.71-
YUV103.66133.8388.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=16.44%
G=44.52%
B=39.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301140.6300.120.49168.2946.0734.9
Hex3082723F0C31a82e23
Octal6020216277014612505643
Binary1100001000001011100101111110110011000110101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308272; }

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

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

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

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

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

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

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

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