#307268

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

Shades of Genoa #307268

Tints of Genoa #307268

Color information

#307268 (or 0x307268) is unknown color: approx Genoa. HEX triplet: 30, 72 and 68. RGB value is (48,114,104). Sum of RGB (Red+Green+Blue) = 48+114+104=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #307268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307268 is #CF8D97. Grayscale: #5D5D5D. Windows color (decimal): -13602200 or 6844976. OLE color: 6844976.

HSL color Cylindrical-coordinate representation of color #307268: hue angle of 170.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307268 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB48114104-
CMYK0.5800.090.55
HSL170.91º40.74%31.76%-
HSV(B)170.91º57.89%44.71%-
XYZ9.7313.6615.22-
YUV93.13134.1395.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=18.05%
G=42.86%
B=39.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481141040.5800.090.55170.9140.7431.76
Hex3072683A0937ab2920
Octal6016215072011672535140
Binary110000111001011010001110100100111011110101011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307268; }

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

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

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

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

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

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

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

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