#308872

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

Shades of Genoa #308872

Tints of Genoa #308872

Color information

#308872 (or 0x308872) is unknown color: approx Genoa. HEX triplet: 30, 88 and 72. RGB value is (48,136,114). Sum of RGB (Red+Green+Blue) = 48+136+114=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #308872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308872 is #CF778D. Grayscale: #6B6B6B. Windows color (decimal): -13596558 or 7505968. OLE color: 7505968.

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

Color convert

RGB48136114-
CMYK0.6500.160.47
HSL165º47.83%36.08%-
HSV(B)165º64.71%53.33%-
XYZ13.0619.4518.99-
YUV107.18131.8585.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=16.11%
G=45.64%
B=38.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481361140.6500.160.4716547.8336.08
Hex308872410102Fa53024
Octal60210162101020572456044
Binary110000100010001110010100000101000010111110100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308872; }

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

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

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

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

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

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

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

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