#307A69

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

Shades of Genoa #307A69

Tints of Genoa #307A69

Color information

#307A69 (or 0x307A69) is unknown color: approx Genoa. HEX triplet: 30, 7A and 69. RGB value is (48,122,105). Sum of RGB (Red+Green+Blue) = 48+122+105=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #307A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A69 is #CF8596. Grayscale: #616161. Windows color (decimal): -13600151 or 6912560. OLE color: 6912560.

HSL color Cylindrical-coordinate representation of color #307A69: hue angle of 166.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A69 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB48122105-
CMYK0.6100.140.52
HSL166.22º43.53%33.33%-
HSV(B)166.22º60.66%47.84%-
XYZ10.7315.5715.8-
YUV97.94131.9892.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=17.45%
G=44.36%
B=38.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481221050.6100.140.52166.2243.5333.33
Hex307A693D0E34a62c21
Octal6017215175016642465441
Binary110000111101011010011111010111011010010100110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A69; }

 p { color: rgb(48,122,105); }

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

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

 a { background-color: rgb(48,122,105); }

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

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

 span { border-color: rgb(48,122,105); }

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