#308770

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

Shades of Genoa #308770

Tints of Genoa #308770

Color information

#308770 (or 0x308770) is unknown color: approx Genoa. HEX triplet: 30, 87 and 70. RGB value is (48,135,112). Sum of RGB (Red+Green+Blue) = 48+135+112=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #308770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308770 is #CF788F. Grayscale: #6A6A6A. Windows color (decimal): -13596816 or 7374640. OLE color: 7374640.

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

Color convert

RGB48135112-
CMYK0.6400.170.47
HSL164.14º47.54%35.88%-
HSV(B)164.14º64.44%52.94%-
XYZ12.8119.1318.35-
YUV106.36131.1886.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=16.27%
G=45.76%
B=37.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481351120.6400.170.47164.1447.5435.88
Hex308770400112Fa43024
Octal60207160100021572446044
Binary110000100001111110000100000001000110111110100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308770; }

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

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

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

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

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

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

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

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