#307B61

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

Shades of Genoa #307B61

Tints of Genoa #307B61

Color information

#307B61 (or 0x307B61) is unknown color: approx Genoa. HEX triplet: 30, 7B and 61. RGB value is (48,123,97). Sum of RGB (Red+Green+Blue) = 48+123+97=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #307B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B61 is #CF849E. Grayscale: #616161. Windows color (decimal): -13599903 or 6388528. OLE color: 6388528.

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

Color convert

RGB4812397-
CMYK0.6100.210.52
HSL159.2º43.86%33.53%-
HSV(B)159.2º60.98%48.24%-
XYZ10.4615.6613.78-
YUV97.61127.6592.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=17.91%
G=45.90%
B=36.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48123970.6100.210.52159.243.8633.53
Hex307B613D015349f2c22
Octal6017314175025642375442
Binary1100001111011110000111110101010111010010011111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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