#308171

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

Shades of Genoa #308171

Tints of Genoa #308171

Color information

#308171 (or 0x308171) is unknown color: approx Genoa. HEX triplet: 30, 81 and 71. RGB value is (48,129,113). Sum of RGB (Red+Green+Blue) = 48+129+113=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #308171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308171 is #CF7E8E. Grayscale: #666666. Windows color (decimal): -13598351 or 7438640. OLE color: 7438640.

HSL color Cylindrical-coordinate representation of color #308171: hue angle of 168.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308171 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB48129113-
CMYK0.6300.120.49
HSL168.15º45.76%34.71%-
HSV(B)168.15º62.79%50.59%-
XYZ12.0517.5218.37-
YUV102.96133.6688.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=16.55%
G=44.48%
B=38.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481291130.6300.120.49168.1545.7634.71
Hex3081713F0C31a82e23
Octal6020116177014612505643
Binary1100001000000111100011111110110011000110101000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308171; }

 p { color: rgb(48,129,113); }

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

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

 a { background-color: rgb(48,129,113); }

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

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

 span { border-color: rgb(48,129,113); }

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