#307261

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

Shades of Genoa #307261

Tints of Genoa #307261

Color information

#307261 (or 0x307261) is unknown color: approx Genoa. HEX triplet: 30, 72 and 61. RGB value is (48,114,97). Sum of RGB (Red+Green+Blue) = 48+114+97=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #307261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307261 is #CF8D9E. Grayscale: #5C5C5C. Windows color (decimal): -13602207 or 6386224. OLE color: 6386224.

HSL color Cylindrical-coordinate representation of color #307261: hue angle of 164.55º 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 #307261 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB4811497-
CMYK0.5800.150.55
HSL164.55º40.74%31.76%-
HSV(B)164.55º57.89%44.71%-
XYZ9.3913.5313.42-
YUV92.33130.6396.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=18.53%
G=44.02%
B=37.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114970.5800.150.55164.5540.7431.76
Hex3072613A0F37a52920
Octal6016214172017672455140
Binary110000111001011000011110100111111011110100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307261; }

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

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

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

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

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

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

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

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