#308875

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

Shades of Genoa #308875

Tints of Genoa #308875

Color information

#308875 (or 0x308875) is unknown color: approx Genoa. HEX triplet: 30, 88 and 75. RGB value is (48,136,117). Sum of RGB (Red+Green+Blue) = 48+136+117=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #308875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308875 is #CF778A. Grayscale: #6B6B6B. Windows color (decimal): -13596555 or 7702576. OLE color: 7702576.

HSL color Cylindrical-coordinate representation of color #308875: hue angle of 167.05º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308875 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB48136117-
CMYK0.6500.140.47
HSL167.05º47.83%36.08%-
HSV(B)167.05º64.71%53.33%-
XYZ13.2319.5219.9-
YUV107.52133.3585.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 136 (53.52% from 255) = 45.18%
BLUE value IS 117 (46.09% from 255) = 38.87%
R=15.95%
G=45.18%
B=38.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481361170.6500.140.47167.0547.8336.08
Hex308875410E2Fa73024
Octal60210165101016572476044
Binary11000010001000111010110000010111010111110100111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308875; }

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

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

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

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

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

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

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

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