#308772

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

Shades of Genoa #308772

Tints of Genoa #308772

Color information

#308772 (or 0x308772) is unknown color: approx Genoa. HEX triplet: 30, 87 and 72. RGB value is (48,135,114). Sum of RGB (Red+Green+Blue) = 48+135+114=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #308772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308772 is #CF788D. Grayscale: #6A6A6A. Windows color (decimal): -13596814 or 7505712. OLE color: 7505712.

HSL color Cylindrical-coordinate representation of color #308772: hue angle of 165.52º degrees, saturation: 0.48, 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 #308772 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB48135114-
CMYK0.6400.160.47
HSL165.52º47.54%35.88%-
HSV(B)165.52º64.44%52.94%-
XYZ12.9219.1718.94-
YUV106.59132.1886.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 114 (44.92% from 255) = 38.38%
R=16.16%
G=45.45%
B=38.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351140.6400.160.47165.5247.5435.88
Hex308772400102Fa63024
Octal60207162100020572466044
Binary110000100001111110010100000001000010111110100110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308772; }

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

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

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

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

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

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

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

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