#308067

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

Shades of Genoa #308067

Tints of Genoa #308067

Color information

#308067 (or 0x308067) is unknown color: approx Genoa. HEX triplet: 30, 80 and 67. RGB value is (48,128,103). Sum of RGB (Red+Green+Blue) = 48+128+103=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #308067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308067 is #CF7F98. Grayscale: #656565. Windows color (decimal): -13598617 or 6783024. OLE color: 6783024.

HSL color Cylindrical-coordinate representation of color #308067: hue angle of 161.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308067 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB48128103-
CMYK0.6200.200.50
HSL161.25º45.45%34.51%-
HSV(B)161.25º62.5%50.2%-
XYZ11.3917.0515.52-
YUV101.2312990.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=17.20%
G=45.88%
B=36.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481281030.6200.200.50161.2545.4534.51
Hex3080673E01432a12d23
Octal6020014776024622415543
Binary11000010000000110011111111001010011001010100001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308067; }

 p { color: rgb(48,128,103); }

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

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

 a { background-color: rgb(48,128,103); }

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

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

 span { border-color: rgb(48,128,103); }

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