#307E67

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

Shades of Genoa #307E67

Tints of Genoa #307E67

Color information

#307E67 (or 0x307E67) is unknown color: approx Genoa. HEX triplet: 30, 7E and 67. RGB value is (48,126,103). Sum of RGB (Red+Green+Blue) = 48+126+103=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #307E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E67 is #CF8198. Grayscale: #646464. Windows color (decimal): -13599129 or 6782512. OLE color: 6782512.

HSL color Cylindrical-coordinate representation of color #307E67: hue angle of 162.31º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E67 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB48126103-
CMYK0.6200.180.51
HSL162.31º44.83%34.12%-
HSV(B)162.31º61.9%49.41%-
XYZ11.1316.5315.44-
YUV100.06129.6690.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 126 (49.61% from 255) = 45.49%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=17.33%
G=45.49%
B=37.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481261030.6200.180.51162.3144.8334.12
Hex307E673E01233a22d22
Octal6017614776022632425542
Binary1100001111110110011111111001001011001110100010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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