#308470

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

Shades of Genoa #308470

Tints of Genoa #308470

Color information

#308470 (or 0x308470) is unknown color: approx Genoa. HEX triplet: 30, 84 and 70. RGB value is (48,132,112). Sum of RGB (Red+Green+Blue) = 48+132+112=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #308470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308470 is #CF7B8F. Grayscale: #686868. Windows color (decimal): -13597584 or 7373872. OLE color: 7373872.

HSL color Cylindrical-coordinate representation of color #308470: hue angle of 165.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308470 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB48132112-
CMYK0.6400.150.48
HSL165.71º46.67%35.29%-
HSV(B)165.71º63.64%51.76%-
XYZ12.3918.318.21-
YUV104.6132.1787.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=16.44%
G=45.21%
B=38.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481321120.6400.150.48165.7146.6735.29
Hex308470400F30a62f23
Octal60204160100017602465743
Binary11000010000100111000010000000111111000010100110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308470; }

 p { color: rgb(48,132,112); }

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

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

 a { background-color: rgb(48,132,112); }

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

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

 span { border-color: rgb(48,132,112); }

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