#308575

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

Shades of Genoa #308575

Tints of Genoa #308575

Color information

#308575 (or 0x308575) is unknown color: approx Genoa. HEX triplet: 30, 85 and 75. RGB value is (48,133,117). Sum of RGB (Red+Green+Blue) = 48+133+117=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #308575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308575 is #CF7A8A. Grayscale: #696969. Windows color (decimal): -13597323 or 7701808. OLE color: 7701808.

HSL color Cylindrical-coordinate representation of color #308575: hue angle of 168.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 #308575 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB48133117-
CMYK0.6400.120.48
HSL168.71º46.96%35.49%-
HSV(B)168.71º63.91%52.16%-
XYZ12.8218.6919.76-
YUV105.76134.3486.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=16.11%
G=44.63%
B=39.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481331170.6400.120.48168.7146.9635.49
Hex308575400C30a92f23
Octal60205165100014602515743
Binary11000010000101111010110000000110011000010101001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308575; }

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

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

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

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

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

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

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

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