#307B67

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

Shades of Genoa #307B67

Tints of Genoa #307B67

Color information

#307B67 (or 0x307B67) is unknown color: approx Genoa. HEX triplet: 30, 7B and 67. RGB value is (48,123,103). Sum of RGB (Red+Green+Blue) = 48+123+103=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #307B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B67 is #CF8498. Grayscale: #626262. Windows color (decimal): -13599897 or 6781744. OLE color: 6781744.

HSL color Cylindrical-coordinate representation of color #307B67: hue angle of 164º 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 #307B67 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB48123103-
CMYK0.6100.160.52
HSL164º43.86%33.53%-
HSV(B)164º60.98%48.24%-
XYZ10.7515.7715.31-
YUV98.3130.6592.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 123 (48.44% from 255) = 44.89%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=17.52%
G=44.89%
B=37.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481231030.6100.160.5216443.8633.53
Hex307B673D01034a42c22
Octal6017314775020642445442
Binary1100001111011110011111110101000011010010100100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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